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:PerfCounterValues
(Results
1 - 3
of
3
) sorted by relevance
/third_party/benchmark/test/
H
A
D
perf_counters_gtest.cc
17
using benchmark::internal::
PerfCounterValues
;
91
PerfCounterValues
values1(1);
in TEST()
94
PerfCounterValues
values2(1);
in TEST()
108
PerfCounterValues
values1(2);
in TEST()
112
PerfCounterValues
values2(2);
in TEST()
130
PerfCounterValues
values(1);
in TEST()
215
void measure(size_t threadcount,
PerfCounterValues
* before,
in measure()
216
PerfCounterValues
* after) {
in measure()
240
PerfCounterValues
before(2);
in TEST()
241
PerfCounterValues
afte
in TEST()
[all...]
/third_party/benchmark/src/
H
A
D
perf_counters.h
44
// syscall (which is desirable).
PerfCounterValues
abstracts these details.
51
class BENCHMARK_EXPORT
PerfCounterValues
{
class
53
explicit
PerfCounterValues
(size_t nr_counters) : nr_counters_(nr_counters) {
in PerfCounterValues()
function in benchmark::internal::PerfCounterValues
119
// valid
PerfCounterValues
storage. The values are populated such that:
121
BENCHMARK_ALWAYS_INLINE bool Snapshot(
PerfCounterValues
* values) const {
in Snapshot()
189
PerfCounterValues
start_values_;
190
PerfCounterValues
end_values_;
H
A
D
perf_counters.cc
29
constexpr size_t
PerfCounterValues
::kMaxCounters;
33
size_t
PerfCounterValues
::Read(const std::vector<int>& leaders) {
in Read()
110
if (valid_names.size() ==
PerfCounterValues
::kMaxCounters) {
in Create()
114
<<
PerfCounterValues
::kMaxCounters << " and " << valid_names.size()
in Create()
246
size_t
PerfCounterValues
::Read(const std::vector<int>&) { return 0; }
in Read()
Completed in 2 milliseconds