Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
Dart_TimelineRecorderEvent Struct Reference

#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_Argumentarguments
 

Detailed Description

Definition at line 430 of file dart_tools_api.h.

Member Data Documentation

◆ argument_count

intptr_t Dart_TimelineRecorderEvent::argument_count

Definition at line 470 of file dart_tools_api.h.

◆ arguments

Dart_TimelineRecorderEvent_Argument* Dart_TimelineRecorderEvent::arguments

Definition at line 471 of file dart_tools_api.h.

◆ isolate

Dart_Port Dart_TimelineRecorderEvent::isolate

Definition at line 451 of file dart_tools_api.h.

◆ isolate_data

void* Dart_TimelineRecorderEvent::isolate_data

Definition at line 459 of file dart_tools_api.h.

◆ isolate_group

Dart_IsolateGroupId Dart_TimelineRecorderEvent::isolate_group

Definition at line 456 of file dart_tools_api.h.

◆ isolate_group_data

void* Dart_TimelineRecorderEvent::isolate_group_data

Definition at line 462 of file dart_tools_api.h.

◆ label

const char* Dart_TimelineRecorderEvent::label

Definition at line 465 of file dart_tools_api.h.

◆ stream

const char* Dart_TimelineRecorderEvent::stream

Definition at line 468 of file dart_tools_api.h.

◆ timestamp0

int64_t Dart_TimelineRecorderEvent::timestamp0

Definition at line 440 of file dart_tools_api.h.

◆ timestamp1_or_id

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.

◆ type

Dart_Timeline_Event_Type Dart_TimelineRecorderEvent::type

Definition at line 435 of file dart_tools_api.h.

◆ version

int32_t Dart_TimelineRecorderEvent::version

Definition at line 432 of file dart_tools_api.h.


The documentation for this struct was generated from the following file: