#include <sampler.h>
Definition at line 34 of file sampler.h.
◆ Sampler()
v8::sampler::Sampler::Sampler |
( |
Isolate * | isolate | ) |
|
|
explicit |
◆ ~Sampler()
v8::sampler::Sampler::~Sampler |
( |
| ) |
|
|
virtual |
◆ DISALLOW_IMPLICIT_CONSTRUCTORS()
v8::sampler::Sampler::DISALLOW_IMPLICIT_CONSTRUCTORS |
( |
Sampler | | ) |
|
|
protected |
◆ DoSample()
void v8::sampler::Sampler::DoSample |
( |
| ) |
|
◆ external_sample_count()
unsigned v8::sampler::Sampler::external_sample_count |
( |
| ) |
const |
|
inline |
◆ IsActive()
bool v8::sampler::Sampler::IsActive |
( |
| ) |
const |
|
inline |
◆ isolate()
Isolate * v8::sampler::Sampler::isolate |
( |
| ) |
const |
|
inline |
◆ js_sample_count()
unsigned v8::sampler::Sampler::js_sample_count |
( |
| ) |
const |
|
inline |
◆ platform_data()
PlatformData * v8::sampler::Sampler::platform_data |
( |
| ) |
const |
|
inline |
◆ SampleStack()
◆ SetActive()
void v8::sampler::Sampler::SetActive |
( |
bool | value | ) |
|
|
inlineprotected |
◆ SetShouldRecordSample()
void v8::sampler::Sampler::SetShouldRecordSample |
( |
| ) |
|
|
inlineprotected |
◆ ShouldRecordSample()
bool v8::sampler::Sampler::ShouldRecordSample |
( |
| ) |
|
|
inline |
◆ Start()
void v8::sampler::Sampler::Start |
( |
| ) |
|
◆ StartCountingSamples()
void v8::sampler::Sampler::StartCountingSamples |
( |
| ) |
|
|
inline |
◆ Stop()
void v8::sampler::Sampler::Stop |
( |
| ) |
|
◆ active_
std::atomic_bool v8::sampler::Sampler::active_ {false} |
|
protected |
◆ data_
std::unique_ptr<PlatformData> v8::sampler::Sampler::data_ |
|
protected |
◆ external_sample_count_
unsigned v8::sampler::Sampler::external_sample_count_ = 0 |
|
protected |
◆ is_counting_samples_
bool v8::sampler::Sampler::is_counting_samples_ = false |
|
protected |
◆ isolate_
Isolate* v8::sampler::Sampler::isolate_ |
|
protected |
◆ js_sample_count_
unsigned v8::sampler::Sampler::js_sample_count_ = 0 |
|
protected |
◆ kMaxFramesCount
◆ kMaxFramesCountLog2
const int v8::sampler::Sampler::kMaxFramesCountLog2 = 8 |
|
static |
◆ record_sample_
std::atomic_bool v8::sampler::Sampler::record_sample_ {false} |
|
protected |
The documentation for this class was generated from the following files: