Flutter Engine
The Flutter Engine
|
Public Types | |
enum | ProfileInfoKind { kNone , kOptimized , kUnoptimized , kNative , kInlineStart , kInlineFinish , kNumProfileInfoKind } |
Public Member Functions | |
ProfileBuilder (Thread *thread, Isolate *isolate, SampleFilter *filter, SampleBlockBuffer *sample_buffer, Profile *profile) | |
void | Build () |
Public Member Functions inherited from dart::ValueObject | |
ValueObject () | |
~ValueObject () | |
Definition at line 936 of file profiler_service.cc.
Enumerator | |
---|---|
kNone | |
kOptimized | |
kUnoptimized | |
kNative | |
kInlineStart | |
kInlineFinish | |
kNumProfileInfoKind |
Definition at line 938 of file profiler_service.cc.
|
inline |
Definition at line 948 of file profiler_service.cc.
|
inline |
Definition at line 968 of file profiler_service.cc.