v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <d8.h>
Public Member Functions | |
int32_t * | Bind (const char *name, bool histogram) |
int32_t * | ptr () |
int32_t | count () |
int32_t | sample_total () |
bool | is_histogram () |
void | AddSample (int32_t sample) |
Static Public Attributes | |
static const int | kMaxNameSize = 64 |
void AddSample | ( | int32_t | sample | ) |
int32_t * Bind | ( | const char * | name, |
bool | histogram | ||
) |
Definition at line 619 of file d8.cc.
References Counter::is_histogram(), Counter::kMaxNameSize, and Counter::ptr().
|
inline |
Definition at line 50 of file d8.h.
Referenced by Shell::OnExit().
|
inline |
Definition at line 52 of file d8.h.
Referenced by Counter::Bind(), and Shell::OnExit().
|
inline |
Definition at line 49 of file d8.h.
Referenced by Counter::Bind(), and Shell::LookupCounter().
|
inline |
Definition at line 51 of file d8.h.
Referenced by Shell::OnExit().
|
static |
Definition at line 47 of file d8.h.
Referenced by Counter::Bind(), and CounterCollection::CounterCollection().