Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h163 u32 btstats; // 1 = output build time statistics, 2 = accumulate statistics member
DgshCompile.cpp944 pConfig->btstats = 1; in Initialize()
949 pConfig->btstats = 2; in Initialize()
1154 if (sourceInfo.btstats) { in main()
1229 if (sourceInfo.btstats) in main()
1235 GX2Boolean append = (sourceInfo.btstats == 2) ? GX2_TRUE : GX2_FALSE; in main()