|
| Sampler (Isolate *isolate) |
|
Isolate * | isolate () const |
|
virtual void | SampleStack (const v8::RegisterState ®s)=0 |
|
void | Start () |
|
void | Stop () |
|
bool | IsProfiling () const |
|
void | IncreaseProfilingDepth () |
|
void | DecreaseProfilingDepth () |
|
bool | IsActive () const |
|
bool | IsRegistered () const |
|
void | UnregisterIfRegistered () |
|
void | DoSample () |
|
void | SetHasProcessingThread (bool value) |
|
unsigned | js_sample_count () const |
|
unsigned | external_sample_count () const |
|
void | StartCountingSamples () |
|
PlatformData * | platform_data () const |
|
|
static void | SetUp () |
|
static void | TearDown () |
|
|
static const int | kMaxFramesCountLog2 = 8 |
|
static const unsigned | kMaxFramesCount = (1u << kMaxFramesCountLog2) - 1 |
|
Definition at line 23 of file sampler.h.
The documentation for this class was generated from the following files: