Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
timeline.h File Reference
#include <functional>
#include <memory>
#include "include/dart_tools_api.h"
#include "platform/assert.h"
#include "platform/atomic.h"
#include "platform/hashmap.h"
#include "vm/allocation.h"
#include "vm/bitfield.h"
#include "vm/globals.h"
#include "vm/growable_array.h"
#include "vm/os.h"
#include "vm/os_thread.h"

Go to the source code of this file.

Classes

class  dart::TimelineStream
 

Namespaces

namespace  dart
 

Macros

#define TIMELINE_DURATION(thread, stream, name)
 
#define TIMELINE_FUNCTION_COMPILATION_DURATION(thread, name, function)
 
#define TIMELINE_FUNCTION_GC_DURATION(thread, name)
 

Macro Definition Documentation

◆ TIMELINE_DURATION

#define TIMELINE_DURATION (   thread,
  stream,
  name 
)

Definition at line 39 of file timeline.h.

◆ TIMELINE_FUNCTION_COMPILATION_DURATION

#define TIMELINE_FUNCTION_COMPILATION_DURATION (   thread,
  name,
  function 
)

Definition at line 40 of file timeline.h.

◆ TIMELINE_FUNCTION_GC_DURATION

#define TIMELINE_FUNCTION_GC_DURATION (   thread,
  name 
)

Definition at line 41 of file timeline.h.