Open main menu

CDOT Wiki β

Changes

The parallelizing Express

27 bytes removed, 18:51, 21 February 2017
Analysis
0.00 14.90 0.00 1 0.00 0.00 std::__lg(int)
0.00 14.90 0.00 1 0.00 10.00 void std::sort<int*>(int*, int*)
� <nowiki>
Call graph
[19] 0.0 0.00 0.00 1 std::__lg(int) [19]
-----------------------------------------------
Index by function name
[5] void std::__introsort_loop<int*, int>(int*, int*, int) [4] int* std::__unguarded_partition_pivot<int*>(int*, int*)
[8] void std::__move_median_first<int*>(int*, int*, int*) [19] std::__lg(int)
</nowiki>
***The compilation of the code takes roughly 14 seconds and when the code is profiled we can see that the main uses most of the % processing time. i.e., 99.93%.
16
edits