Flutter Engine
The Flutter Engine
|
#include "vm/profiler_service.h"
#include <memory>
#include "platform/text_buffer.h"
#include "vm/growable_array.h"
#include "vm/hash_map.h"
#include "vm/heap/safepoint.h"
#include "vm/json_stream.h"
#include "vm/log.h"
#include "vm/native_symbol.h"
#include "vm/object.h"
#include "vm/os.h"
#include "vm/profiler.h"
#include "vm/reusable_handles.h"
#include "vm/scope_timer.h"
#include "vm/service.h"
#include "vm/service_event.h"
#include "vm/timeline.h"
Go to the source code of this file.
Classes | |
class | dart::ProfileFunctionTable |
class | dart::ProfileBuilder |
class | dart::NoAllocationSampleFilter |
class | dart::AllocationSampleFilter |
class | dart::ClassAllocationSampleFilter |
Namespaces | |
namespace | dart |
Functions | |
dart::DECLARE_FLAG (int, max_profile_depth) | |
dart::DECLARE_FLAG (int, profile_period) | |
dart::DECLARE_FLAG (bool, profile_vm) | |