Flutter Engine
The Flutter Engine
|
#include <dart_tools_api.h>
Public Attributes | |
int32_t | version |
Dart_Timeline_Event_Type | type |
int64_t | timestamp0 |
int64_t | timestamp1_or_id |
Dart_Port | isolate |
Dart_IsolateGroupId | isolate_group |
void * | isolate_data |
void * | isolate_group_data |
const char * | label |
const char * | stream |
intptr_t | argument_count |
Dart_TimelineRecorderEvent_Argument * | arguments |
Definition at line 430 of file dart_tools_api.h.
intptr_t Dart_TimelineRecorderEvent::argument_count |
Definition at line 470 of file dart_tools_api.h.
Dart_TimelineRecorderEvent_Argument* Dart_TimelineRecorderEvent::arguments |
Definition at line 471 of file dart_tools_api.h.
Dart_Port Dart_TimelineRecorderEvent::isolate |
Definition at line 451 of file dart_tools_api.h.
void* Dart_TimelineRecorderEvent::isolate_data |
Definition at line 459 of file dart_tools_api.h.
Dart_IsolateGroupId Dart_TimelineRecorderEvent::isolate_group |
Definition at line 456 of file dart_tools_api.h.
void* Dart_TimelineRecorderEvent::isolate_group_data |
Definition at line 462 of file dart_tools_api.h.
const char* Dart_TimelineRecorderEvent::label |
Definition at line 465 of file dart_tools_api.h.
const char* Dart_TimelineRecorderEvent::stream |
Definition at line 468 of file dart_tools_api.h.
int64_t Dart_TimelineRecorderEvent::timestamp0 |
Definition at line 440 of file dart_tools_api.h.
int64_t Dart_TimelineRecorderEvent::timestamp1_or_id |
For a duration event, this is the end time. For an async event, this is the async ID. For a flow event, this is the flow ID. For a begin or end event, this is the event ID (which is only referenced by the MacOS recorder).
Definition at line 447 of file dart_tools_api.h.
Dart_Timeline_Event_Type Dart_TimelineRecorderEvent::type |
Definition at line 435 of file dart_tools_api.h.
int32_t Dart_TimelineRecorderEvent::version |
Definition at line 432 of file dart_tools_api.h.