OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CounterType
(Results
1 - 5
of
5
) sorted by null
/external/vixl/src/vixl/a64/
instrument-a64.h
48
enum
CounterType
{
56
explicit Counter(const char* name,
CounterType
type = Gauge);
64
CounterType
type();
70
CounterType
type_;
instrument-a64.cc
31
Counter::Counter(const char* name,
CounterType
type)
75
CounterType
Counter::type() {
82
CounterType
type;
/external/v8/src/arm64/
instrument-arm64.h
27
enum
CounterType
{
35
explicit Counter(const char* name,
CounterType
type = Gauge);
43
CounterType
type();
49
CounterType
type_;
instrument-arm64.cc
10
Counter::Counter(const char* name,
CounterType
type)
54
CounterType
Counter::type() {
61
CounterType
type;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winperf.h
155
DWORD
CounterType
;
Completed in 271 milliseconds