Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fml::tracing::ScopedInstantEnd Class Reference

#include <trace_event.h>

Public Member Functions

 ScopedInstantEnd (const char *str)
 
 ~ScopedInstantEnd ()
 

Detailed Description

Definition at line 452 of file trace_event.h.

Constructor & Destructor Documentation

◆ ScopedInstantEnd()

fml::tracing::ScopedInstantEnd::ScopedInstantEnd ( const char *  str)
inlineexplicit

Definition at line 454 of file trace_event.h.

454: label_(str) {}

◆ ~ScopedInstantEnd()

fml::tracing::ScopedInstantEnd::~ScopedInstantEnd ( )
inline

Definition at line 456 of file trace_event.h.

456{ TraceEventEnd(label_); }
void TraceEventEnd(TraceArg name)

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