Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp215 char formatString[MAX_LENGTH]; in DumpReports() local
216 formatString[0] = '\0'; in DumpReports()
222 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, in DumpReports()
228 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
235 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, iCacheMiss); in DumpReports()
236 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
242 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheReadMiss); in DumpReports()
243 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
249 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, dCacheWriteMiss); in DumpReports()
250 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()