HomeSort by relevance Sort by last modified time
    Searched defs:ProfilerEventsProcessor (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
cpu-profiler.cc 22 CpuSampler(Isolate* isolate, ProfilerEventsProcessor* processor)
39 ProfilerEventsProcessor* processor_;
42 ProfilerEventsProcessor::ProfilerEventsProcessor(Isolate* isolate,
55 ProfilerEventsProcessor::~ProfilerEventsProcessor() {
59 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
65 void ProfilerEventsProcessor::AddDeoptStack(Isolate* isolate, Address from,
77 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate,
94 void ProfilerEventsProcessor::StopSynchronously()
    [all...]
cpu-profiler.h 132 class ProfilerEventsProcessor : public base::Thread {
134 ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator,
136 virtual ~ProfilerEventsProcessor();
194 ProfilerEventsProcessor* test_processor);
214 ProfilerEventsProcessor* processor() const { return processor_.get(); }
229 std::unique_ptr<ProfilerEventsProcessor> processor_;

Completed in 81 milliseconds