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

#include <performance_profiler.h>

Public Member Functions

bool operator() (const PerformanceProfiler::ProfilerBlockFrameData &a, const PerformanceProfiler::ProfilerBlockFrameData &b)
 

Detailed Description

Compares single frame ProfilerBlocks.

Member Function Documentation

bool blowbox::PerformanceProfiler::CompareProfilerBlockSingleFrame::operator() ( const PerformanceProfiler::ProfilerBlockFrameData a,
const PerformanceProfiler::ProfilerBlockFrameData b 
)
inline

Compare two ProfilerBlockFrameData objects by their total time.

Parameters
[in]aThe first instance.
[in]bThe second instance.

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