MCPcopy Create free account
hub / github.com/boostorg/histogram / main

Function main

test/speed_gsl.cpp:63–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int main(int argc, char** argv) {
64 constexpr unsigned nfill = 6000000;
65 printf("1D\n");
66 printf("uniform distribution\n");
67 compare_1d(nfill, 0);
68 printf("normal distribution\n");
69 compare_1d(nfill, 1);
70
71 printf("2D\n");
72 printf("uniform distribution\n");
73 compare_2d(nfill, 0);
74 printf("normal distribution\n");
75 compare_2d(nfill, 1);
76}

Callers

nothing calls this directly

Calls 2

compare_1dFunction · 0.70
compare_2dFunction · 0.70

Tested by

no test coverage detected