SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Reset()

void Spices::NsightPerfGPUProfilerReportGenerator::Reset ( VulkanState & state)

Reset Reporter.

Parameters
[in]stateVulkanState.

Definition at line 117 of file NsightPerfGPUProfilerReportGenerator.cpp.

118 {
120
121 m_NvPerf.Reset();
122 NSPERF_CHECK(nv::perf::VulkanSetDeviceClockState(state.m_Instance, state.m_PhysicalDevice, state.m_Device, m_ClockStatus))
123 }
#define NSPERF_CHECK(val)
#define SPICES_PROFILE_ZONE
NVPW_Device_ClockStatus m_ClockStatus
Used to restore clock state when exiting.
nv::perf::profiler::ReportGeneratorVulkan m_NvPerf
Nvidia Nsight Performance ReportGenerator.