MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / times

Function times

src/yvalve/perf.cpp:362–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360
361#ifndef HAVE_TIMES
362static void times(struct tms* buffer)
363{
364/**************************************
365 *
366 * t i m e s
367 *
368 **************************************
369 *
370 * Functional description
371 * Emulate the good old unix call "times". Only both with user time.
372 *
373 **************************************/
374
375 buffer->tms_utime = clock();
376}
377#endif
378
379

Callers 2

perf_get_infoFunction · 0.70
get_process_timesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected