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:counter_names
(Results
1 - 3
of
3
) sorted by relevance
/third_party/benchmark/src/
H
A
D
perf_counters.cc
84
const std::vector<std::string>&
counter_names
) {
in Create()
85
if (!
counter_names
.empty()) {
in Create()
95
valid_names.reserve(
counter_names
.size());
in Create()
96
counter_ids.reserve(
counter_names
.size());
in Create()
107
for (size_t i = 0; i <
counter_names
.size(); ++i) {
in Create()
113
<<
counter_names
.size() << " counters were requested. The maximum is "
in Create()
121
const auto& name =
counter_names
[i];
in Create()
255
const std::vector<std::string>&
counter_names
) {
in Create()
256
if (!
counter_names
.empty()) {
in Create()
266
const std::vector<std::string>&
counter_names
)
in PerfCountersMeasurement()
83
Create( const std::vector<std::string>&
counter_names
)
Create()
argument
254
Create( const std::vector<std::string>&
counter_names
)
Create()
argument
265
PerfCountersMeasurement( const std::vector<std::string>&
counter_names
)
PerfCountersMeasurement()
argument
[all...]
H
A
D
perf_counters.h
116
static PerfCounters Create(const std::vector<std::string>&
counter_names
);
135
PerfCounters(const std::vector<std::string>&
counter_names
,
in PerfCounters()
argument
139
counter_names_(
counter_names
) {}
in PerfCounters()
151
PerfCountersMeasurement(const std::vector<std::string>&
counter_names
);
/third_party/benchmark/test/
H
A
D
perf_counters_gtest.cc
284
std::vector<std::string>
counter_names
{
in TEST()
294
for (const std::string& name :
counter_names
) {
in TEST()
Completed in 2 milliseconds