| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_DebugUtility.cpp | 53 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in DrawLoadMeter() 54 … NW_DEV_LOG("| Entering CPU profiling mode. |\n"); in DrawLoadMeter() 55 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in DrawLoadMeter() 56 NW_DEV_LOG("Command list won't run.\n"); in DrawLoadMeter() 57 NW_DEV_LOG("Load meter will be output to log.\n"); in DrawLoadMeter() 58 NW_DEV_LOG("To leave profiling mode, turn DBG switch OFF.\n"); in DrawLoadMeter() 59 NW_DEV_LOG("\n"); in DrawLoadMeter() 63 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in DrawLoadMeter() 64 … NW_DEV_LOG("| Leaving CPU profiling mode. |\n"); in DrawLoadMeter() 65 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in DrawLoadMeter() [all …]
|
| D | demo_HioPacketChannel.cpp | 129 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 139 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 150 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 161 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 172 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket()
|
| D | demo_AutoTester.cpp | 316 NW_DEV_LOG("NW_SCREENSHOT_TEST: OK\n"); in SendScreenshot() 321 NW_DEV_LOG("NW_SCREENSHOT_TEST: NG\n"); in SendScreenshot()
|
| D | demo_GraphicsSystem.cpp | 985 NW_DEV_LOG(" CPU :%5.2f ms/f (%6.2f %%)\n", in LogLoadMeter() 990 NW_DEV_LOG(" GPU :%5.2f ms/f (%6.2f %%)\n", in LogLoadMeter() 993 NW_DEV_LOG(" Cmd size :% 8d bytes\n", in LogLoadMeter()
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | framework.h | 44 NW_DEV_LOG( "[DEMO] Command Buffer Single\n\n" ); in SwapCommandBufferMode() 49 NW_DEV_LOG( "[DEMO] Command Buffer Double\n\n" ); in SwapCommandBufferMode() 59 NW_DEV_LOG( "[DEMO] Layout Draw Off\n\n" ); in SwapLayoutVisible() 64 NW_DEV_LOG( "[DEMO] Layout Draw On\n\n" ); in SwapLayoutVisible() 74 NW_DEV_LOG( "[DEMO] Cpu Meter Draw Off\n\n" ); in SwapCpuMeterVisible() 79 NW_DEV_LOG( "[DEMO] Cpu Meter Draw On\n\n" ); in SwapCpuMeterVisible() 89 NW_DEV_LOG( "[DEMO] Demo Stop\n\n" ); in SwapPlay() 94 NW_DEV_LOG( "[DEMO] Demo Play\n\n" ); in SwapPlay() 120 NW_DEV_LOG( "[DEMO] Demo Add Frame\n\n" ); in SetAddFrame()
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | main.cpp | 278 NW_DEV_LOG( "\n[COST LOG]\n" ); in OutputLog() 279 NW_DEV_LOG( "RED :GFX\n" ); in OutputLog() 280 NW_DEV_LOG( "BLUE :SYS\n" ); in OutputLog() 281 NW_DEV_LOG( "GREEN :LYT\n" ); in OutputLog() 282 NW_DEV_LOG( "YELLOW:PERFORMANCE METER\n" ); in OutputLog() 284 NW_DEV_LOG( "\n[CPU COST LOG]\n" ); in OutputLog() 287 …NW_DEV_LOG( "%s:%8.4f[%8.4f%%]\n", s_CpuPerf->GetCostName(i), s_CpuPerf->GetCost(i), s_CpuPerf->Ge… in OutputLog() 290 NW_DEV_LOG( "CPU COST:%8.4f[%8.4f%%]\n", cpuCost, cpuCost/16.666f*100.f ); in OutputLog() 292 NW_DEV_LOG( "\n[GPU COST LOG]\n" ); in OutputLog() 295 …NW_DEV_LOG( "%s:%8.4f[%8.4f%%]\n", s_GpuPerf->GetCostName(i), s_GpuPerf->GetCost(i), s_GpuPerf->Ge… in OutputLog() [all …]
|
| D | SmCamera.cpp | 231 if (animGroup == NULL){ NW_DEV_LOG("SmCamera:Dont have AnimGroup"); } in SetAnimEvaluatorNo()
|
| /NW4C-1.2.23/include/nw/dev/ |
| D | dev_Utility.h | 31 void NW_DEV_LOG( const char* fmt, ... ); 47 #define NW_DEV_LOG(...) (void)0 macro
|
| D | dev_Profile.h | 453 …NW_DEV_LOG("%d : %6.2f us\n", i, static_cast<float>( m_Ticks[i].ToTimeSpan().GetNanoSeconds() ) / … in Report() 456 …NW_DEV_LOG("Total : %6.2f us\n", static_cast<float>( total.ToTimeSpan().GetNanoSeconds() ) / 1000.… in Report()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_Memory.h | 158 NW_DEV_LOG("Alloc(): Specified memory block allocated\n"); in Alloc() 181 NW_DEV_LOG("Free(): Specified memory block freed\n"); in Free()
|
| D | demo_DebugUtility.h | 212 NW_DEV_LOG( in TestMemoryLeak() 219 NW_DEV_LOG( in TestMemoryLeak()
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_Profile.cpp | 133 NW_DEV_LOG("\n"); in DumpReports() 142 NW_DEV_LOG("Time: [ms]\n"); in DumpReports() 148 NW_DEV_LOG("Time: [us]\n"); in DumpReports() 199 NW_DEV_LOG(caption); in DumpReports() 261 NW_DEV_LOG(output); in DumpReports()
|
| D | dev_Utility.cpp | 30 NW_DEV_LOG( const char* fmt, ... ) in NW_DEV_LOG() function
|
| D | dev_Screenshot.cpp | 109 …NW_DEV_LOG("|%s|0x%08x, 0x%08x, 0x%08x, 0x%08x, 0x%08x|\n", display, m_Hash[0], m_Hash[1], m_Hash[… in DumpHash()
|
| /NW4C-1.2.23/demos/gfx/ParticleCtrlEmissionDemo/sources/ |
| D | ParticleCtrlEmissionDemo.cpp | 330 NW_DEV_LOG("[ParticleCtrlEmissionDemo Ctrl]\n"); in InitializeParticleCtrlEmissionDemo() 331 NW_DEV_LOG("l : Decrement Emission Ratio\n"); in InitializeParticleCtrlEmissionDemo() 332 NW_DEV_LOG("r : Additive Emission Ratio\n"); in InitializeParticleCtrlEmissionDemo()
|
| /NW4C-1.2.23/demos/gfx/ParticleChokeDemo/sources/ |
| D | ParticleChokeDemo.cpp | 345 NW_DEV_LOG("[ParticleChokeDemo]\n"); in InitializeParticleChokeDemo() 346 NW_DEV_LOG("Button R : Restart Partcile\n"); in InitializeParticleChokeDemo()
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_RenderQueue.h | 336 NW_DEV_LOG("%3d : Command(%x)\n", in operator() 346 NW_DEV_LOG("%3d : Model(%s), Mesh(%s), Material(%s)\n", in operator()
|