Ion
|
Class to automatically record frame start and end events using the given TraceRecorder. More...
#include "calltracemanager.h"
Public Member Functions | |
ScopedFrameTracer (TraceRecorder *recorder, uint32 id) | |
~ScopedFrameTracer () | |
Class to automatically record frame start and end events using the given TraceRecorder.
Definition at line 238 of file calltracemanager.h.
ion::profile::ScopedFrameTracer::ScopedFrameTracer | ( | TraceRecorder * | recorder, |
uint32 | id | ||
) |
Definition at line 227 of file calltracemanager.cc.
References DCHECK, and ion::profile::TraceRecorder::EnterFrame().
ion::profile::ScopedFrameTracer::~ScopedFrameTracer | ( | ) |
Definition at line 233 of file calltracemanager.cc.
References DCHECK, and ion::profile::TraceRecorder::LeaveFrame().