|
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 |
|
enum | SampleProcessingResult { OneSampleProcessed,
FoundSampleForNextCodeEvent,
NoSamplesInQueue
} |
|
| ProfilerEventsProcessor (Isolate *isolate, ProfileGenerator *generator) |
|
bool | ProcessCodeEvent () |
|
ProfileGenerator * | generator_ |
|
base::Atomic32 | running_ |
|
LockedQueue< CodeEventsContainer > | events_buffer_ |
|
LockedQueue< TickSampleEventRecord > | ticks_from_vm_buffer_ |
|
std::atomic< unsigned > | last_code_event_id_ |
|
unsigned | last_processed_code_event_id_ |
|
Isolate * | isolate_ |
|
Definition at line 173 of file cpu-profiler.h.
The documentation for this class was generated from the following files: