Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
foray::bench::BenchmarkTimestamp Class Reference

Timestamp combining a label / id with a timestamp in milliseconds. More...

#include <foray_benchmarkbase.hpp>

Public Attributes

const char * Id = "no Id"
 Id of the data point for identification.
 
fp64_t Timestamp = 0.0
 Timestamp in milliseconds.
 

Static Public Attributes

static const char * BEGIN = "Begin"
 
static const char * END = "End"
 

Detailed Description

Timestamp combining a label / id with a timestamp in milliseconds.

Member Data Documentation

◆ BEGIN

const char* foray::bench::BenchmarkTimestamp::BEGIN = "Begin"
inlinestatic

◆ END

const char* foray::bench::BenchmarkTimestamp::END = "End"
inlinestatic

◆ Id

const char* foray::bench::BenchmarkTimestamp::Id = "no Id"

Id of the data point for identification.

◆ Timestamp

fp64_t foray::bench::BenchmarkTimestamp::Timestamp = 0.0

Timestamp in milliseconds.


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