Blowbox 2017
A 3D Game Engine by Riko Ophorst using DirectX 12
Public Attributes | List of all members
blowbox::PerformanceProfiler::ProfilerBlockTime Struct Reference

#include <performance_profiler.h>

Public Attributes

double start_time
 
double end_time
 

Detailed Description

This is a lightweight version of the PerformanceProfiler::ProfilerBlock. It only stores the block time.

Member Data Documentation

double blowbox::PerformanceProfiler::ProfilerBlockTime::end_time

The time at which the ProfilerBlock finished.

double blowbox::PerformanceProfiler::ProfilerBlockTime::start_time

The time at which the ProfilerBlock spawned.


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