Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/dev/
Ddev_Config.h29 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a… macro
37 #define NW_INITIALIZE_PROFILE(maxReport, allocator) (void)0 macro
/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h697 NW_INITIALIZE_PROFILE(NW_PROFILE_MAX_REPORT, m_DeviceAllocator); in DemoTestLoop()