Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:METRIC_RECORD
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ninja/src/
H
A
D
metrics.h
24
/// various actions. To use, see
METRIC_RECORD
below.
36
/// Used by the
METRIC_RECORD
macro.
81
/// The primary interface to metrics. Use
METRIC_RECORD
("foobar") at the top
83
#define
METRIC_RECORD
(name) \
macro
88
/// A variant of
METRIC_RECORD
that doesn't record anything if |condition|
H
A
D
build_log.cc
262
METRIC_RECORD
(".ninja_log load");
in Load()
394
METRIC_RECORD
(".ninja_log recompact");
in Recompact()
445
METRIC_RECORD
(".ninja_log restat");
in Restat()
H
A
D
deps_log.cc
153
METRIC_RECORD
(".ninja_deps load");
in Load()
312
METRIC_RECORD
(".ninja_deps recompact");
H
A
D
clparser.cc
82
METRIC_RECORD
("CLParser::Parse");
in Parse()
H
A
D
disk_interface.cc
182
METRIC_RECORD
("node stat");
H
A
D
build.cc
824
METRIC_RECORD
("StartEdge");
in StartEdge()
871
METRIC_RECORD
("FinishCommand");
in FinishCommand()
H
A
D
graph.cc
655
METRIC_RECORD
("depfile load");
in LoadDepFile()
Completed in 6 milliseconds