MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / main

Function main

engine/3rdparty/stb/tests/test_ds_cpp.cpp:47–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45#ifdef DS_TEST
46#include <stdio.h>
47int main(int argc, char **argv)
48{
49 stbds_unit_tests();
50 churn(0,100,1);
51 churn(3,7,50000);
52 churn(3,15,50000);
53 churn(16, 48, 25000);
54 churn(10, 15, 25000);
55 churn(200,500, 5000);
56 churn(2000,5000, 500);
57 churn(20000,50000, 50);
58 printf("Ok!");
59 return 0;
60}
61#endif
62
63#ifdef DS_STATS

Callers

nothing calls this directly

Calls 13

stbds_unit_testsFunction · 0.85
printfFunction · 0.85
churnFunction · 0.70
churn_statsFunction · 0.70
print_churn_probe_statsFunction · 0.70
beginFunction · 0.70
build_stbFunction · 0.70
endFunction · 0.70
churn8Function · 0.70
churn32Function · 0.70
churn256Function · 0.70
buildFunction · 0.70

Tested by

no test coverage detected