![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <instrument-arm64.h>
Public Member Functions | |
| Counter (const char *name, CounterType type=Gauge) | |
| void | Increment () |
| void | Enable () |
| void | Disable () |
| bool | IsEnabled () |
| uint64_t | count () |
| const char * | name () |
| CounterType | type () |
Definition at line 55 of file instrument-arm64.h.
| Counter | ( | const char * | name, |
| CounterType | type = Gauge |
||
| ) |
Definition at line 33 of file instrument-arm64.cc.
References ASSERT, v8::internal::kCounterNameMaxLength, and v8::internal::NULL.
| uint64_t count | ( | ) |
Definition at line 62 of file instrument-arm64.cc.
References v8::internal::Gauge.
| void Disable | ( | ) |
Definition at line 45 of file instrument-arm64.cc.
| void Enable | ( | ) |
Definition at line 40 of file instrument-arm64.cc.
| void Increment | ( | ) |
Definition at line 55 of file instrument-arm64.cc.
| bool IsEnabled | ( | ) |
Definition at line 50 of file instrument-arm64.cc.
| const char * name | ( | ) |
Definition at line 72 of file instrument-arm64.cc.
| CounterType type | ( | ) |
Definition at line 77 of file instrument-arm64.cc.