|
void | CodeEventHandler (const CodeEventsContainer &evt_rec) override |
|
void | Run () override=0 |
|
void | StopSynchronously () |
|
V8_INLINE bool | running () |
|
void | Enqueue (const CodeEventsContainer &event) |
|
void | AddCurrentStack (bool update_stats=false) |
|
void | AddDeoptStack (Address from, int fp_to_sp_delta) |
|
void | AddSample (TickSample sample) |
|
| Thread (const Options &options) |
|
void | Start () |
|
void | StartSynchronously () |
|
void | Join () |
|
const char * | name () const |
|
PlatformData * | data () |
|
void | NotifyStartedAndRun () |
|
|
enum | SampleProcessingResult { OneSampleProcessed,
FoundSampleForNextCodeEvent,
NoSamplesInQueue
} |
|
|
| ProfilerEventsProcessor (Isolate *isolate, ProfileGenerator *generator) |
|
bool | ProcessCodeEvent () |
|
virtual SampleProcessingResult | ProcessOneSample ()=0 |
|
|
typedef int32_t | LocalStorageKey |
|
static LocalStorageKey | CreateThreadLocalKey () |
|
static void | DeleteThreadLocalKey (LocalStorageKey key) |
|
static void * | GetThreadLocal (LocalStorageKey key) |
|
static int | GetThreadLocalInt (LocalStorageKey key) |
|
static void | SetThreadLocal (LocalStorageKey key, void *value) |
|
static void | SetThreadLocalInt (LocalStorageKey key, int value) |
|
static bool | HasThreadLocal (LocalStorageKey key) |
|
static void * | GetExistingThreadLocal (LocalStorageKey key) |
|
static const int | kMaxThreadNameLength = 16 |
|
Definition at line 133 of file cpu-profiler.h.
The documentation for this class was generated from the following files: