Searched refs:short_format_string (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp76 const char *short_format_string = "step-time-%0.2d"; local
77 const size_t short_size = strlen(short_format_string) + 5;
85 snprintf (short_buffer, short_size, short_format_string, i);

Completed in 68 milliseconds