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:statistics_
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
cordz_info.cc
72
:
statistics_
(statistics) {}
in CordRepAnalyzer()
101
statistics_
.estimated_memory_usage += memory_usage_.total;
in AnalyzeCordRep()
102
statistics_
.estimated_fair_share_memory_usage +=
in AnalyzeCordRep()
145
statistics_
.node_count++;
in CountFlat()
146
statistics_
.node_counts.flat++;
in CountFlat()
148
statistics_
.node_counts.flat_64++;
in CountFlat()
150
statistics_
.node_counts.flat_128++;
in CountFlat()
152
statistics_
.node_counts.flat_256++;
in CountFlat()
154
statistics_
.node_counts.flat_512++;
in CountFlat()
156
statistics_
in CountFlat()
251
CordzStatistics&
statistics_
;
global()
member in absl::cord_internal::__anon19363::CordRepAnalyzer
[all...]
/third_party/benchmark/src/
H
A
D
benchmark_api_internal.h
36
const std::vector<Statistics>& statistics() const { return
statistics_
; }
in statistics()
63
const std::vector<Statistics>&
statistics_
;
member in benchmark::internal::BenchmarkInstance
H
A
D
benchmark_api_internal.cc
25
statistics_
(benchmark_.
statistics_
),
in BenchmarkInstance()
H
A
D
benchmark_register.cc
435
statistics_
.emplace_back(name, statistics, unit);
in ComputeStatistics()
/third_party/node/src/
H
A
D
node_http2.cc
478
statistics_
.session_type = type;
in Http2Session()
479
statistics_
.start_time = uv_hrtime();
in Http2Session()
642
double start =
statistics_
.start_time / 1e6;
in EmitStatistics()
650
statistics_
);
in EmitStatistics()
662
double start =
statistics_
.start_time / 1e6;
in EmitStatistics()
670
statistics_
);
in EmitStatistics()
729
statistics_
.end_time = uv_hrtime();
in Close()
753
CHECK_GE(++
statistics_
.stream_count, 0);
in AddStream()
756
if (size >
statistics_
.max_concurrent_streams)
in AddStream()
757
statistics_
in AddStream()
[all...]
H
A
D
node_http2.h
467
Statistics
statistics_
= {};
member in node::http2::Http2Stream
774
Statistics
statistics_
= {};
member in node::http2::Http2Session
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
1312
std::vector<Statistics>
statistics_
;
member in benchmark::internal::internal::Benchmark
Completed in 11 milliseconds