![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
Encapsulates access to GPU timing methods. More...
Static Public Member Functions | |
| static double | GetTime (string eventId) |
| Gets the latest available sample time for the given event. More... | |
| static bool | BeginSample (string eventId) |
| Begins sampling GPU time. More... | |
| static void | EndSample () |
| Ends the GPU sample currently in flight. More... | |
Encapsulates access to GPU timing methods.
Definition at line 14 of file GpuTiming.cs.
|
static |
Begins sampling GPU time.
| eventId | Name of the event. |
Definition at line 48 of file GpuTiming.cs.
|
static |
Ends the GPU sample currently in flight.
Definition at line 78 of file GpuTiming.cs.
|
static |
Gets the latest available sample time for the given event.
| eventId | Name of the event. |
Definition at line 33 of file GpuTiming.cs.