Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Profile.cpp213 char formatString[MAX_LENGTH]; in DumpReports() local
214 formatString[0] = '\0'; in DumpReports()
220 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, in DumpReports()
226 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
233 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, iCacheMiss); in DumpReports()
234 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
240 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheReadMiss); in DumpReports()
241 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
247 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheWriteMiss); in DumpReports()
248 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()