Home
last modified time | relevance | path

Searched refs:totalStoreTime (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp449 static f32 totalStoreTime = 0.0f; in DrawFrame() local
465 totalStoreTime += storeTimeSpan.GetMicroSeconds(); in DrawFrame()
475 NN_UNUSED_VAR(totalStoreTime); in DrawFrame()
479 f32 storeTime = totalStoreTime / static_cast<f32>( s_MaxCount ); in DrawFrame()
494 totalStoreTime = 0.0f; in DrawFrame()