MCPcopy Create free account
hub / github.com/apache/trafficserver / rprintf

Function rprintf

src/tscore/Regression.cc:239–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239int
240rprintf(RegressionTest *t, const char *format, ...)
241{
242 int l;
243 char buffer[8192];
244
245 snprintf(buffer, sizeof(buffer), "RPRINT %s: ", t->name);
246 fputs(buffer, stderr);
247
248 va_list ap;
249 va_start(ap, format);
250 l = vsnprintf(buffer, sizeof(buffer), format, ap);
251 va_end(ap);
252
253 fputs(buffer, stderr);
254 return (l);
255}
256
257int
258rperf(RegressionTest *t, const char *tag, double val)

Callers 15

runMethod · 0.85
test_RamCacheFunction · 0.85
runMethod · 0.85
mainEventMethod · 0.85
operator()Method · 0.85
record_errorMethod · 0.85
mainEventMethod · 0.85
mainEventMethod · 0.85

Calls

no outgoing calls

Tested by 8

runMethod · 0.68
test_RamCacheFunction · 0.68
record_errorMethod · 0.68
parent_proxy_handlerFunction · 0.68
checkMethod · 0.68