KDGpu::TimestampQueryRecorder
Module: Public API
TimestampQueryRecorder. 
#include <timestamp_query_recorder.h>
Public Functions
Friends
Public Functions Documentation
function TimestampQueryRecorder
function ~TimestampQueryRecorder
 | ~TimestampQueryRecorder()
  | 
 
function TimestampQueryRecorder
 | TimestampQueryRecorder(
    TimestampQueryRecorder && other
)
  | 
 
function operator=
 | TimestampQueryRecorder & operator=(
    TimestampQueryRecorder && other
)
  | 
 
function TimestampQueryRecorder
 | TimestampQueryRecorder(
    const TimestampQueryRecorder & 
) =delete
  | 
 
function operator=
 | TimestampQueryRecorder & operator=(
    const TimestampQueryRecorder & 
) =delete
  | 
 
function handle
 | inline const Handle< TimestampQueryRecorder_t > & handle() const
  | 
 
function isValid
 | inline bool isValid() const
  | 
 
function operator Handle< TimestampQueryRecorder_t >
 | inline operator Handle< TimestampQueryRecorder_t >() const
  | 
 
function writeTimestamp
 | TimestampIndex writeTimestamp(
    PipelineStageFlags flags
)
  | 
 
function timestampPeriod
 | float timestampPeriod() const
  | 
 
function reset
function queryResults
 | std::vector< uint64_t > queryResults()
  | 
 
function nsInterval
 | uint64_t nsInterval(
    TimestampIndex begin,
    TimestampIndex end
)
  | 
 
Friends
friend CommandRecorder
 | friend class CommandRecorder(
    CommandRecorder 
);
  | 
 
Updated on 2025-11-02 at 00:01:42 +0000