| Index: src/cpu-profiler.cc
|
| diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc
|
| index f48499e5f0f62a827010335f5b78f195a98c93c2..638f9151384009644cd3ec0689464a3107f3fb0d 100644
|
| --- a/src/cpu-profiler.cc
|
| +++ b/src/cpu-profiler.cc
|
| @@ -33,6 +33,9 @@ ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator,
|
| last_processed_code_event_id_(0) {}
|
|
|
|
|
| +ProfilerEventsProcessor::~ProfilerEventsProcessor() {}
|
| +
|
| +
|
| void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
|
| event.generic.order = ++last_code_event_id_;
|
| events_buffer_.Enqueue(event);
|
|
|