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

Function report

src/common/classes/misc/class_perf.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41const int TEST_ITEMS = 5000000;
42
43void report(int scaleNode, int scaleTree)
44{
45 clock_t d = clock();
46 printf("Add+remove %d elements from tree of scale %d/%d took %d milliseconds. \n",
47 TEST_ITEMS, scaleNode, scaleTree, (int)(d-t)*1000/CLOCKS_PER_SEC);
48}
49
50using namespace Firebird;
51

Callers 8

testTreeFunction · 0.70
testAllocatorOverheadFunction · 0.70
testAllocatorMemoryPoolFunction · 0.70
testAllocatorMallocFunction · 0.70
reportMethod · 0.50
evaluateMethod · 0.50
~TraceSweepEventMethod · 0.50
finishMethod · 0.50

Calls

no outgoing calls

Tested by 2

reportMethod · 0.40
evaluateMethod · 0.40