Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vsyncprofiler.h File Reference
Include dependency graph for vsyncprofiler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ion::profile::VSyncProfiler
 Singleton class that augments CallTraceManager with VSync tracing support. More...
 

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::profile
 

Macros

#define ION_PROFILE_VSYNC(timestamp, vsync_number)
 

Macro Definition Documentation

#define ION_PROFILE_VSYNC (   timestamp,
  vsync_number 
)
Value:
timestamp, vsync_number);
static VSyncProfiler * Get()
Gets the VSyncProfiler singleton instance.
void RecordVSyncEvent(uint32 timestamp, uint32 vsync_number)
Records a VSync event at given timestamp.

Definition at line 68 of file vsyncprofiler.h.