Skip to content

Instantly share code, notes, and snippets.

@ryanfb
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanfb/11cb6da1554baa72ac99 to your computer and use it in GitHub Desktop.
Save ryanfb/11cb6da1554baa72ac99 to your computer and use it in GitHub Desktop.
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls us/call us/call name
93.47 6.91 6.91 GenericVector<int>::operator+=(GenericVector<int> const&)
1.96 7.05 0.15 2871 50.52 50.52 GenericVector<int>::clear()
1.49 7.16 0.11 200302 0.55 0.55 frame_dummy
0.88 7.23 0.07 641 101.44 101.44 GenericVector<int>::init(int)
0.61 7.27 0.05 17608 2.56 2.56 Emalloc(int)
0.27 7.29 0.02 62590 0.32 0.32 memfree(void*)
0.20 7.31 0.02 UnicityTable<int>::push_back(int)
0.20 7.32 0.02 tesseract::IndexMapBiDi::~IndexMapBiDi()
0.14 7.33 0.01 3875662 0.00 0.00 free_cell(list_rec*)
0.14 7.34 0.01 224448 0.04 0.04 CompareProtos(PROTO_STRUCT*, PROTO_STRUCT*)
0.14 7.35 0.01 21772 0.46 0.91 pop(list_rec*)
0.14 7.36 0.01 319 31.36 375.20 GenericVector<int>::push_back(int)
0.14 7.37 0.01 memrealloc(void*, int, int)
0.07 7.38 0.01 8166 0.61 0.61 push(list_rec*, void*)
0.07 7.38 0.01 319 15.68 99.71 destroy_nodes(list_rec*, void (*)(void*))
0.07 7.39 0.01 reverse16(void*)
0.07 7.39 0.01 GenericVector<tesseract::IntParam*>::push_back(tesseract::IntParam*)
0.00 7.39 0.00 3875999 0.00 0.00 new_cell()
0.00 7.39 0.00 226248 0.00 0.00 DummyFastMatch(FEATURE_STRUCT*, PROTO_STRUCT*)
0.00 7.39 0.00 112224 0.00 0.00 ComputeMergedProto(PROTO_STRUCT*, PROTO_STRUCT*, float, float, PROTO_STRUCT*)
0.00 7.39 0.00 104845 0.00 0.00 ComputePaddedBoundingBox(PROTO_STRUCT*, float, float, FRECT*)
0.00 7.39 0.00 33727 0.00 0.00 _TessFunctionResultCallback_0_2<false, bool, int const&, int const&>::~_TessFunction
ResultCallback_0_2()
0.00 7.39 0.00 27908 0.00 0.00 EvidenceOf(double)
0.00 7.39 0.00 27908 0.00 0.00 SubfeatureEvidence(FEATURE_STRUCT*, PROTO_STRUCT*)
0.00 7.39 0.00 8166 0.00 0.00 MakeNewFromOld(PROTO_STRUCT*, PROTOTYPE*)
0.00 7.39 0.00 8166 0.00 0.59 push_last(list_rec*, void*)
0.00 7.39 0.00 8010 0.00 0.00 Normalize(float*)
0.00 7.39 0.00 7847 0.00 0.00 last(list_rec*)
0.00 7.39 0.00 328 0.00 0.00 GenericVector<tesseract::DoubleParam*>::push_back(tesseract::DoubleParam*)
0.00 7.39 0.00 319 0.00 0.00 NewBitVector(int)
0.00 7.39 0.00 9 0.00 0.00 _GLOBAL__sub_I_training_angle_match_scale
0.00 7.39 0.00 8 0.00 0.00 GenericVector<tesseract::Shape*>::clear()
0.00 7.39 0.00 6 0.00 0.00 GenericVector<tesseract::StringParam*>::clear()
0.00 7.39 0.00 6 0.00 0.00 GenericVector<tesseract::StringParam*>::reserve(int)
0.00 7.39 0.00 3 0.00 0.00 GenericVector<tesseract::DoubleParam*>::clear()
0.00 7.39 0.00 3 0.00 0.00 GenericVector<tesseract::DoubleParam*>::reserve(int)
0.00 7.39 0.00 3 0.00 0.00 GenericVector<tesseract::IntParam*>::clear()
0.00 7.39 0.00 3 0.00 0.00 GenericVector<tesseract::IntParam*>::reserve(int)
0.00 7.39 0.00 3 0.00 0.00 GenericVector<tesseract::BoolParam*>::clear()
0.00 7.39 0.00 3 0.00 0.00 GenericVector<tesseract::BoolParam*>::reserve(int)
0.00 7.39 0.00 3 0.00 0.00 tesseract::IntFlagExists(char const*, int*)
0.00 7.39 0.00 3 0.00 0.00 tesseract::BoolFlagExists(char const*, bool*)
0.00 7.39 0.00 3 0.00 0.00 tesseract::DoubleFlagExists(char const*, double*)
0.00 7.39 0.00 3 0.00 0.00 tesseract::StringFlagExists(char const*, char const**)
0.00 7.39 0.00 3 0.00 0.00 tesseract::SetStringFlagValue(char const*, char const*)
0.00 7.39 0.00 2 0.00 0.00 GetNextFilename(int, char const* const*)
0.00 7.39 0.00 1 0.00 0.00 _GLOBAL__sub_I_main
0.00 7.39 0.00 1 0.00 0.00 tesseract::LoadShapeTable(STRING const&)
0.00 7.39 0.00 1 0.00 0.00 tesseract::ParseCommandLineFlags(char const*, int*, char***, bool)
% the percentage of the total running time of the
time program used by this function.
cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.
self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
^L
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
^L
Call graph (explanation follows)
granularity: each sample hit covers 2 byte(s) for 0.14% of 7.39 seconds
index % time self children called name
<spontaneous>
[1] 93.4 6.91 0.00 GenericVector<int>::operator+=(GenericVector<int> const&) [1]
0.00 0.00 319/328 GenericVector<tesseract::DoubleParam*>::push_back(tesseract::DoubleParam*) [42]
-----------------------------------------------
0.06 0.00 1276/2871 SetUpForFloat2Int(UNICHARSET const&, list_rec*) [4]
0.08 0.00 1595/2871 GenericVector<tesseract::UnicharAndFonts>::clear() [7]
[2] 2.0 0.15 0.00 2871 GenericVector<int>::clear() [2]
0.00 0.00 33727/33727 _TessFunctionResultCallback_0_2<false, bool, int const&, int const&>::~_TessFunctionResultCallback_0_2() [36]
-----------------------------------------------
<spontaneous>
[3] 1.8 0.02 0.12 UnicityTable<int>::push_back(int) [3]
0.01 0.11 319/319 GenericVector<int>::push_back(int) [5]
-----------------------------------------------
<spontaneous>
[4] 1.8 0.00 0.13 SetUpForFloat2Int(UNICHARSET const&, list_rec*) [4]
0.07 0.00 641/641 GenericVector<int>::init(int) [9]
0.06 0.00 1276/2871 GenericVector<int>::clear() [2]
0.00 0.00 957/17608 Emalloc(int) [10]
0.00 0.00 641/200302 frame_dummy [6]
0.00 0.00 8010/8010 Normalize(float*) [40]
0.00 0.00 319/319 NewBitVector(int) [43]
-----------------------------------------------
0.01 0.11 319/319 UnicityTable<int>::push_back(int) [3]
[5] 1.6 0.01 0.11 319 GenericVector<int>::push_back(int) [5]
0.11 0.00 199661/200302 frame_dummy [6]
-----------------------------------------------
0.00 0.00 641/200302 SetUpForFloat2Int(UNICHARSET const&, list_rec*) [4]
0.11 0.00 199661/200302 GenericVector<int>::push_back(int) [5]
[6] 1.5 0.11 0.00 200302 frame_dummy [6]
-----------------------------------------------
<spontaneous>
[7] 1.1 0.00 0.08 GenericVector<tesseract::UnicharAndFonts>::clear() [7]
0.08 0.00 1595/2871 GenericVector<int>::clear() [2]
-----------------------------------------------
<spontaneous>
[8] 1.1 0.00 0.08 RemoveInsignificantProtos(list_rec*, unsigned char, unsigned char, int) [8]
0.04 0.00 16332/17608 Emalloc(int) [10]
0.01 0.03 319/319 destroy_nodes(list_rec*, void (*)(void*)) [11]
0.00 0.00 8166/8166 push_last(list_rec*, void*) [23]
0.00 0.00 319/8166 push(list_rec*, void*) [20]
-----------------------------------------------
0.07 0.00 641/641 SetUpForFloat2Int(UNICHARSET const&, list_rec*) [4]
[9] 0.9 0.07 0.00 641 GenericVector<int>::init(int) [9]
-----------------------------------------------
0.00 0.00 319/17608 NewLabeledClass(char const*) [24]
0.00 0.00 957/17608 SetUpForFloat2Int(UNICHARSET const&, list_rec*) [4]
0.04 0.00 16332/17608 RemoveInsignificantProtos(list_rec*, unsigned char, unsigned char, int) [8]
[10] 0.6 0.05 0.00 17608 Emalloc(int) [10]
-----------------------------------------------
0.01 0.03 319/319 RemoveInsignificantProtos(list_rec*, unsigned char, unsigned char, int) [8]
[11] 0.4 0.01 0.03 319 destroy_nodes(list_rec*, void (*)(void*)) [11]
0.01 0.01 21772/21772 pop(list_rec*) [13]
0.01 0.00 21772/62590 memfree(void*) [12]
-----------------------------------------------
0.01 0.00 21772/62590 destroy_nodes(list_rec*, void (*)(void*)) [11]
0.01 0.00 40818/62590 CleanUpUnusedData(list_rec*) [15]
[12] 0.3 0.02 0.00 62590 memfree(void*) [12]
-----------------------------------------------
0.01 0.01 21772/21772 destroy_nodes(list_rec*, void (*)(void*)) [11]
[13] 0.3 0.01 0.01 21772 pop(list_rec*) [13]
0.01 0.00 3813510/3875662 free_cell(list_rec*) [16]
-----------------------------------------------
<spontaneous>
[14] 0.2 0.02 0.00 tesseract::IndexMapBiDi::~IndexMapBiDi() [14]
-----------------------------------------------
<spontaneous>
[15] 0.2 0.00 0.01 CleanUpUnusedData(list_rec*) [15]
0.01 0.00 40818/62590 memfree(void*) [12]
-----------------------------------------------
0.00 0.00 62152/3875662 destroy(list_rec*) [25]
0.01 0.00 3813510/3875662 pop(list_rec*) [13]
[16] 0.1 0.01 0.00 3875662 free_cell(list_rec*) [16]
-----------------------------------------------
0.01 0.00 224448/224448 FindClosestExistingProto(CLASS_STRUCT*, int*, PROTOTYPE*) [19]
[17] 0.1 0.01 0.00 224448 CompareProtos(PROTO_STRUCT*, PROTO_STRUCT*) [17]
0.00 0.00 226248/226248 DummyFastMatch(FEATURE_STRUCT*, PROTO_STRUCT*) [33]
0.00 0.00 27908/27908 SubfeatureEvidence(FEATURE_STRUCT*, PROTO_STRUCT*) [38]
-----------------------------------------------
<spontaneous>
[18] 0.1 0.01 0.00 memrealloc(void*, int, int) [18]
-----------------------------------------------
<spontaneous>
[19] 0.1 0.00 0.01 FindClosestExistingProto(CLASS_STRUCT*, int*, PROTOTYPE*) [19]
0.01 0.00 224448/224448 CompareProtos(PROTO_STRUCT*, PROTO_STRUCT*) [17]
0.00 0.00 112224/112224 ComputeMergedProto(PROTO_STRUCT*, PROTO_STRUCT*, float, float, PROTO_STRUCT*) [34]
0.00 0.00 8166/8166 MakeNewFromOld(PROTO_STRUCT*, PROTOTYPE*) [39]
-----------------------------------------------
0.00 0.00 319/8166 RemoveInsignificantProtos(list_rec*, unsigned char, unsigned char, int) [8]
0.00 0.00 7847/8166 push_last(list_rec*, void*) [23]
[20] 0.1 0.01 0.00 8166 push(list_rec*, void*) [20]
0.00 0.00 3875999/3875999 new_cell() [32]
-----------------------------------------------
<spontaneous>
[21] 0.1 0.01 0.00 reverse16(void*) [21]
-----------------------------------------------
<spontaneous>
[22] 0.1 0.01 0.00 GenericVector<tesseract::IntParam*>::push_back(tesseract::IntParam*) [22]
0.00 0.00 7/328 GenericVector<tesseract::DoubleParam*>::push_back(tesseract::DoubleParam*) [42]
-----------------------------------------------
0.00 0.00 8166/8166 RemoveInsignificantProtos(list_rec*, unsigned char, unsigned char, int) [8]
[23] 0.1 0.00 0.00 8166 push_last(list_rec*, void*) [23]
0.00 0.00 7847/8166 push(list_rec*, void*) [20]
0.00 0.00 7847/7847 last(list_rec*) [41]
-----------------------------------------------
<spontaneous>
[24] 0.0 0.00 0.00 NewLabeledClass(char const*) [24]
0.00 0.00 319/17608 Emalloc(int) [10]
-----------------------------------------------
<spontaneous>
[25] 0.0 0.00 0.00 destroy(list_rec*) [25]
0.00 0.00 62152/3875662 free_cell(list_rec*) [16]
-----------------------------------------------
0.00 0.00 3875999/3875999 push(list_rec*, void*) [20]
[32] 0.0 0.00 0.00 3875999 new_cell() [32]
-----------------------------------------------
0.00 0.00 226248/226248 CompareProtos(PROTO_STRUCT*, PROTO_STRUCT*) [17]
[33] 0.0 0.00 0.00 226248 DummyFastMatch(FEATURE_STRUCT*, PROTO_STRUCT*) [33]
0.00 0.00 104845/104845 ComputePaddedBoundingBox(PROTO_STRUCT*, float, float, FRECT*) [35]
-----------------------------------------------
0.00 0.00 112224/112224 FindClosestExistingProto(CLASS_STRUCT*, int*, PROTOTYPE*) [19]
[34] 0.0 0.00 0.00 112224 ComputeMergedProto(PROTO_STRUCT*, PROTO_STRUCT*, float, float, PROTO_STRUCT*) [34]
-----------------------------------------------
0.00 0.00 104845/104845 DummyFastMatch(FEATURE_STRUCT*, PROTO_STRUCT*) [33]
[35] 0.0 0.00 0.00 104845 ComputePaddedBoundingBox(PROTO_STRUCT*, float, float, FRECT*) [35]
-----------------------------------------------
0.00 0.00 33727/33727 GenericVector<int>::clear() [2]
[36] 0.0 0.00 0.00 33727 _TessFunctionResultCallback_0_2<false, bool, int const&, int const&>::~_TessFunctionResultCallback_0_2() [36]
-----------------------------------------------
0.00 0.00 27908/27908 SubfeatureEvidence(FEATURE_STRUCT*, PROTO_STRUCT*) [38]
[37] 0.0 0.00 0.00 27908 EvidenceOf(double) [37]
-----------------------------------------------
0.00 0.00 27908/27908 CompareProtos(PROTO_STRUCT*, PROTO_STRUCT*) [17]
[38] 0.0 0.00 0.00 27908 SubfeatureEvidence(FEATURE_STRUCT*, PROTO_STRUCT*) [38]
0.00 0.00 27908/27908 EvidenceOf(double) [37]
-----------------------------------------------
0.00 0.00 8166/8166 FindClosestExistingProto(CLASS_STRUCT*, int*, PROTOTYPE*) [19]
[39] 0.0 0.00 0.00 8166 MakeNewFromOld(PROTO_STRUCT*, PROTOTYPE*) [39]
-----------------------------------------------
0.00 0.00 8010/8010 SetUpForFloat2Int(UNICHARSET const&, list_rec*) [4]
[40] 0.0 0.00 0.00 8010 Normalize(float*) [40]
-----------------------------------------------
0.00 0.00 7847/7847 push_last(list_rec*, void*) [23]
[41] 0.0 0.00 0.00 7847 last(list_rec*) [41]
-----------------------------------------------
0.00 0.00 2/328 tesseract::StringParam::StringParam(char const*, char const*, char const*, bool, tesseract::ParamsVectors*) [111]
0.00 0.00 7/328 GenericVector<tesseract::IntParam*>::push_back(tesseract::IntParam*) [22]
0.00 0.00 319/328 GenericVector<int>::operator+=(GenericVector<int> const&) [1]
[42] 0.0 0.00 0.00 328 GenericVector<tesseract::DoubleParam*>::push_back(tesseract::DoubleParam*) [42]
0.00 0.00 8/8 GenericVector<tesseract::Shape*>::clear() [45]
-----------------------------------------------
0.00 0.00 319/319 SetUpForFloat2Int(UNICHARSET const&, list_rec*) [4]
[43] 0.0 0.00 0.00 319 NewBitVector(int) [43]
-----------------------------------------------
0.00 0.00 9/9 __libc_csu_init [132]
[44] 0.0 0.00 0.00 9 _GLOBAL__sub_I_training_angle_match_scale [44]
-----------------------------------------------
0.00 0.00 8/8 GenericVector<tesseract::DoubleParam*>::push_back(tesseract::DoubleParam*) [42]
[45] 0.0 0.00 0.00 8 GenericVector<tesseract::Shape*>::clear() [45]
-----------------------------------------------
0.00 0.00 3/6 tesseract::StringFlagExists(char const*, char const**) [57]
0.00 0.00 3/6 tesseract::SetStringFlagValue(char const*, char const*) [58]
[46] 0.0 0.00 0.00 6 GenericVector<tesseract::StringParam*>::clear() [46]
-----------------------------------------------
0.00 0.00 3/6 tesseract::StringFlagExists(char const*, char const**) [57]
0.00 0.00 3/6 tesseract::SetStringFlagValue(char const*, char const*) [58]
[47] 0.0 0.00 0.00 6 GenericVector<tesseract::StringParam*>::reserve(int) [47]
-----------------------------------------------
0.00 0.00 3/3 tesseract::DoubleFlagExists(char const*, double*) [56]
[48] 0.0 0.00 0.00 3 GenericVector<tesseract::DoubleParam*>::clear() [48]
-----------------------------------------------
0.00 0.00 3/3 tesseract::DoubleFlagExists(char const*, double*) [56]
[49] 0.0 0.00 0.00 3 GenericVector<tesseract::DoubleParam*>::reserve(int) [49]
-----------------------------------------------
0.00 0.00 3/3 tesseract::IntFlagExists(char const*, int*) [54]
[50] 0.0 0.00 0.00 3 GenericVector<tesseract::IntParam*>::clear() [50]
-----------------------------------------------
0.00 0.00 3/3 tesseract::IntFlagExists(char const*, int*) [54]
[51] 0.0 0.00 0.00 3 GenericVector<tesseract::IntParam*>::reserve(int) [51]
-----------------------------------------------
0.00 0.00 3/3 tesseract::BoolFlagExists(char const*, bool*) [55]
[52] 0.0 0.00 0.00 3 GenericVector<tesseract::BoolParam*>::clear() [52]
-----------------------------------------------
0.00 0.00 3/3 tesseract::BoolFlagExists(char const*, bool*) [55]
[53] 0.0 0.00 0.00 3 GenericVector<tesseract::BoolParam*>::reserve(int) [53]
-----------------------------------------------
0.00 0.00 3/3 tesseract::ParseCommandLineFlags(char const*, int*, char***, bool) [62]
[54] 0.0 0.00 0.00 3 tesseract::IntFlagExists(char const*, int*) [54]
0.00 0.00 3/3 GenericVector<tesseract::IntParam*>::reserve(int) [51]
0.00 0.00 3/3 GenericVector<tesseract::IntParam*>::clear() [50]
-----------------------------------------------
0.00 0.00 3/3 tesseract::ParseCommandLineFlags(char const*, int*, char***, bool) [62]
[55] 0.0 0.00 0.00 3 tesseract::BoolFlagExists(char const*, bool*) [55]
0.00 0.00 3/3 GenericVector<tesseract::BoolParam*>::reserve(int) [53]
0.00 0.00 3/3 GenericVector<tesseract::BoolParam*>::clear() [52]
-----------------------------------------------
0.00 0.00 3/3 tesseract::ParseCommandLineFlags(char const*, int*, char***, bool) [62]
[56] 0.0 0.00 0.00 3 tesseract::DoubleFlagExists(char const*, double*) [56]
0.00 0.00 3/3 GenericVector<tesseract::DoubleParam*>::reserve(int) [49]
0.00 0.00 3/3 GenericVector<tesseract::DoubleParam*>::clear() [48]
-----------------------------------------------
0.00 0.00 3/3 tesseract::ParseCommandLineFlags(char const*, int*, char***, bool) [62]
[57] 0.0 0.00 0.00 3 tesseract::StringFlagExists(char const*, char const**) [57]
0.00 0.00 3/6 GenericVector<tesseract::StringParam*>::reserve(int) [47]
0.00 0.00 3/6 GenericVector<tesseract::StringParam*>::clear() [46]
-----------------------------------------------
0.00 0.00 3/3 tesseract::ParseCommandLineFlags(char const*, int*, char***, bool) [62]
[58] 0.0 0.00 0.00 3 tesseract::SetStringFlagValue(char const*, char const*) [58]
0.00 0.00 3/6 GenericVector<tesseract::StringParam*>::reserve(int) [47]
0.00 0.00 3/6 GenericVector<tesseract::StringParam*>::clear() [46]
-----------------------------------------------
0.00 0.00 2/2 tesseract::LoadTrainingData(int, char const* const*, bool, tesseract::ShapeTable**, STRING*) [116]
[59] 0.0 0.00 0.00 2 GetNextFilename(int, char const* const*) [59]
-----------------------------------------------
0.00 0.00 1/1 __libc_csu_init [132]
[60] 0.0 0.00 0.00 1 _GLOBAL__sub_I_main [60]
-----------------------------------------------
0.00 0.00 1/1 tesseract::LoadTrainingData(int, char const* const*, bool, tesseract::ShapeTable**, STRING*) [116]
[61] 0.0 0.00 0.00 1 tesseract::LoadShapeTable(STRING const&) [61]
-----------------------------------------------
0.00 0.00 1/1 ParseArguments(int*, char***) [69]
[62] 0.0 0.00 0.00 1 tesseract::ParseCommandLineFlags(char const*, int*, char***, bool) [62]
0.00 0.00 3/3 tesseract::IntFlagExists(char const*, int*) [54]
0.00 0.00 3/3 tesseract::DoubleFlagExists(char const*, double*) [56]
0.00 0.00 3/3 tesseract::BoolFlagExists(char const*, bool*) [55]
0.00 0.00 3/3 tesseract::StringFlagExists(char const*, char const**) [57]
0.00 0.00 3/3 tesseract::SetStringFlagValue(char const*, char const*) [58]
-----------------------------------------------
This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.
Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.
% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.
self This is the total amount of time spent in this function.
children This is the total amount of time propagated into this
function by its children.
called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.
name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.
For the function's parents, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the function into this parent.
children This is the amount of time that was propagated from
the function's children into this parent.
called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.
name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.
If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.
For the function's children, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the child into the function.
children This is the amount of time that was propagated from the
child's children to the function.
called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.
name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.
If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.
^L
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
^L
Index by function name
[60] _GLOBAL__sub_I_main (mftraining.cpp) [12] memfree(void*) [53] GenericVector<tesseract::BoolParam*>::reserve(int)
[44] _GLOBAL__sub_I_training_angle_match_scale (mergenf.cpp) [32] new_cell() [9] GenericVector<int>::init(int)
[37] EvidenceOf(double) [40] Normalize(float*) [2] GenericVector<int>::clear()
[18] memrealloc(void*, int, int) [16] free_cell(list_rec*) [5] GenericVector<int>::push_back(int)
[43] NewBitVector(int) [23] push_last(list_rec*, void*) [1] GenericVector<int>::operator+=(GenericVector<int> const&)
[17] CompareProtos(PROTO_STRUCT*, PROTO_STRUCT*) [21] reverse16(void*) [36] _TessFunctionResultCallback_0_2<false, bool, int const&, int const&>::~_TessFunctionResultCallback_0_2()
[11] destroy_nodes(list_rec*, void (*)(void*)) [3] UnicityTable<int>::push_back(int) [14] tesseract::IndexMapBiDi::~IndexMapBiDi()
[33] DummyFastMatch(FEATURE_STRUCT*, PROTO_STRUCT*) [48] GenericVector<tesseract::DoubleParam*>::clear() [54] tesseract::IntFlagExists(char const*, int*)
[39] MakeNewFromOld(PROTO_STRUCT*, PROTOTYPE*) [49] GenericVector<tesseract::DoubleParam*>::reserve(int) [55] tesseract::BoolFlagExists(char const*, bool*)
[59] GetNextFilename(int, char const* const*) [42] GenericVector<tesseract::DoubleParam*>::push_back(tesseract::DoubleParam*) [61] tesseract::LoadShapeTable(STRING const&)
[34] ComputeMergedProto(PROTO_STRUCT*, PROTO_STRUCT*, float, float, PROTO_STRUCT*) [46] GenericVector<tesseract::StringParam*>::clear() [56] tesseract::DoubleFlagExists(char const*, double*)
[38] SubfeatureEvidence(FEATURE_STRUCT*, PROTO_STRUCT*) [47] GenericVector<tesseract::StringParam*>::reserve(int) [57] tesseract::StringFlagExists(char const*, char const**)
[35] ComputePaddedBoundingBox(PROTO_STRUCT*, float, float, FRECT*) [45] GenericVector<tesseract::Shape*>::clear() [58] tesseract::SetStringFlagValue(char const*, char const*)
[13] pop(list_rec*) [50] GenericVector<tesseract::IntParam*>::clear() [62] tesseract::ParseCommandLineFlags(char const*, int*, char***, bool)
[41] last(list_rec*) [51] GenericVector<tesseract::IntParam*>::reserve(int) [6] frame_dummy
[20] push(list_rec*, void*) [22] GenericVector<tesseract::IntParam*>::push_back(tesseract::IntParam*)
[10] Emalloc(int) [52] GenericVector<tesseract::BoolParam*>::clear()
Total: 196446 samples
86606 44.1% 44.1% 86606 44.1% tesseract::IntFeatureDist::FeatureDistance
46355 23.6% 67.7% 46935 23.9% GenericVector::push_back (inline)
32173 16.4% 84.1% 177666 90.4% tesseract::TrainingSampleSet::ComputeCanonicalSamples
5595 2.8% 86.9% 9251 4.7% KDStore
4709 2.4% 89.3% 51130 26.0% GenericVector::operator+=
3046 1.6% 90.9% 3104 1.6% tesseract::TrainingSample::indexed_features (inline)
2647 1.3% 92.2% 2802 1.4% NextLevel (inline)
1361 0.7% 92.9% 10285 5.2% InsertNodes
1342 0.7% 93.6% 1343 0.7% operator delete[]
1336 0.7% 94.3% 1351 0.7% operator new[]
1263 0.6% 94.9% 1263 0.6% DistanceSquared
962 0.5% 95.4% 1019 0.5% KDTreeSearch::BoxIntersectsSearch
919 0.5% 95.9% 1056 0.5% malloc
918 0.5% 96.3% 3577 1.8% KDTreeSearch::SearchRec
574 0.3% 96.6% 880 0.4% FreeSubTree
544 0.3% 96.9% 1186 0.6% _IO_vfscanf
539 0.3% 97.2% 53666 27.3% GenericVector (inline)
533 0.3% 97.4% 10865 5.5% KDDelete
474 0.2% 97.7% 1793 0.9% GenericVector::reserve
461 0.2% 97.9% 1763 0.9% GenericVector::clear
439 0.2% 98.1% 568 0.3% strtold
329 0.2% 98.3% 329 0.2% _init@8d690
242 0.1% 98.4% 376 0.2% tc_free
240 0.1% 98.6% 1284 0.7% MakeKDNode
208 0.1% 98.7% 219 0.1% MinK::insert (inline)
191 0.1% 98.8% 217 0.1% GenericVector::reserve (inline)
187 0.1% 98.9% 187 0.1% tesseract::IntFeatureMap::OffsetFeature
147 0.1% 98.9% 443 0.2% tesseract::IntFeatureDist::Set
143 0.1% 99.0% 15787 8.0% CreateClusterTree
142 0.1% 99.1% 154 0.1% _init@4042b8
138 0.1% 99.1% 180 0.1% NextSample
133 0.1% 99.2% 211 0.1% GenericVector::operator[] (inline)
119 0.1% 99.3% 124 0.1% tcmalloc::CentralFreeList::FetchFromSpans
90 0.0% 99.3% 238 0.1% tesseract::GenericHeap::SiftDown (inline)
87 0.0% 99.4% 1849 0.9% ~GenericVector (inline)
77 0.0% 99.4% 134 0.1% tcmalloc::ThreadCache::ReleaseToCentralCache
71 0.0% 99.4% 116 0.1% bsearch
68 0.0% 99.5% 68 0.0% strlen
64 0.0% 99.5% 184 0.1% GenericVector::init
58 0.0% 99.5% 89 0.0% FreeCluster
54 0.0% 99.6% 55 0.0% MergeClusters
54 0.0% 99.6% 54 0.0% sigset
46 0.0% 99.6% 1072 0.5% Emalloc
46 0.0% 99.6% 3434 1.7% KDTreeSearch::Search
36 0.0% 99.7% 64 0.0% ComputeStatistics
35 0.0% 99.7% 36 0.0% tcmalloc::CentralFreeList::ReleaseToSpans
33 0.0% 99.7% 1235 0.6% ReadFeature
32 0.0% 99.7% 32 0.0% _IO_sputbackc
31 0.0% 99.7% 176 0.1% MultipleCharSamples
30 0.0% 99.7% 31 0.0% MinK::max_insertable_key (inline)
29 0.0% 99.8% 29 0.0% memcpy
28 0.0% 99.8% 30 0.0% tc_new
25 0.0% 99.8% 884 0.4% Walk
23 0.0% 99.8% 3527 1.8% FindNearestNeighbor
22 0.0% 99.8% 22 0.0% operator delete
22 0.0% 99.8% 22 0.0% tesseract::sort_cmp
21 0.0% 99.8% 57 0.0% tcmalloc::CentralFreeList::ReleaseListToSpans
21 0.0% 99.8% 22 0.0% tesseract::TrainingSample::set_max_dist (inline)
20 0.0% 99.8% 24 0.0% tesseract::GenericHeap::SiftUp (inline)
20 0.0% 99.9% 35 0.0% tesseract::IntFeatureSpace::IndexAndSortFeatures (inline)
18 0.0% 99.9% 269 0.1% MakeSample
17 0.0% 99.9% 20 0.0% tcmalloc::CentralFreeList::Populate
14 0.0% 99.9% 14 0.0% __read
12 0.0% 99.9% 14 0.0% __pthread_cleanup_push_defer
12 0.0% 99.9% 1189 0.6% fscanf
11 0.0% 99.9% 11 0.0% memfree
11 0.0% 99.9% 248 0.1% tesseract::GenericHeap::Pop (inline)
10 0.0% 99.9% 10 0.0% __strtof_internal
8 0.0% 99.9% 8 0.0% AddFeature
8 0.0% 99.9% 280 0.1% tesseract::MasterTrainer::SetupForClustering
7 0.0% 99.9% 82 0.0% GenericVector::push_back
7 0.0% 99.9% 11882 6.0% MakeNewCluster
7 0.0% 99.9% 31 0.0% NewFeature
6 0.0% 99.9% 45 0.0% KDTreeSearch::~KDTreeSearch
6 0.0% 99.9% 6 0.0% __nss_hosts_lookup
6 0.0% 99.9% 6 0.0% memchr
6 0.0% 99.9% 6 0.0% tesseract::TrainingSampleSet::GetSample
5 0.0% 99.9% 857 0.4% MakePotentialClusters
5 0.0% 99.9% 17 0.0% Modulo (inline)
5 0.0% 99.9% 5 0.0% tcmalloc::DLL_Remove
5 0.0% 99.9% 9 0.0% tesseract::GenericHeap::LeftChild (inline)
5 0.0% 100.0% 5 0.0% tesseract::ShapeTable::FindShape
5 0.0% 100.0% 16 0.0% tesseract::TrainingSample::ExtractCharDesc
4 0.0% 100.0% 19 0.0% pop
4 0.0% 100.0% 6 0.0% tesseract::BitVector::WordIndex (inline)
4 0.0% 100.0% 14 0.0% tesseract::TrainingSampleSet::ComputeCloudFeatures
3 0.0% 100.0% 3 0.0% DivRounded (inline)
3 0.0% 100.0% 3 0.0% INT_FEATURE_STRUCT (inline)
3 0.0% 100.0% 41 0.0% KDTreeSearch::KDTreeSearch
3 0.0% 100.0% 3 0.0% NormalBucket
3 0.0% 100.0% 3 0.0% addseverity
3 0.0% 100.0% 3 0.0% strtoul
3 0.0% 100.0% 32 0.0% tesseract::GenericHeap::Push (inline)
3 0.0% 100.0% 48 0.0% tesseract::IntFeatureSpace::IndexAndSortFeatures
2 0.0% 100.0% 4 0.0% FreeFeature
2 0.0% 100.0% 7 0.0% MinK (inline)
2 0.0% 100.0% 1255 0.6% ReadFeatureSet
2 0.0% 100.0% 5 0.0% ShortNameToFeatureType
2 0.0% 100.0% 2 0.0% __cosh_finite
2 0.0% 100.0% 2 0.0% __pthread_cleanup_pop_restore
2 0.0% 100.0% 2 0.0% free_struct
2 0.0% 100.0% 2 0.0% index
2 0.0% 100.0% 2 0.0% new_cell
2 0.0% 100.0% 23 0.0% push
2 0.0% 100.0% 146 0.1% tcmalloc::CentralFreeList::RemoveRange
2 0.0% 100.0% 2 0.0% tesseract::BitVector::BitMask (inline)
2 0.0% 100.0% 3 0.0% tesseract::IntFeatureSpace::XBucket (inline)
1 0.0% 100.0% 12 0.0% FillBuckets
1 0.0% 100.0% 1 0.0% FillerDone
1 0.0% 100.0% 3 0.0% FindClass
1 0.0% 100.0% 2 0.0% FindClosestExistingProto
1 0.0% 100.0% 22 0.0% FreeFeatureSet
1 0.0% 100.0% 3 0.0% GenericVector::get_index
1 0.0% 100.0% 1 0.0% GetNextFill
1 0.0% 100.0% 2 0.0% GetStackTrace
1 0.0% 100.0% 1 0.0% Independent
1 0.0% 100.0% 1 0.0% InvertMatrix
1 0.0% 100.0% 2 0.0% NewCharDescription
1 0.0% 100.0% 2 0.0% NewFeatureSet
1 0.0% 100.0% 13 0.0% ParseBoxFileStr
1 0.0% 100.0% 1 0.0% Run#1
1 0.0% 100.0% 1 0.0% STRING::operator=
1 0.0% 100.0% 1 0.0% UNICHAR::UNICHAR
1 0.0% 100.0% 1 0.0% UNICHARMAP::contains
1 0.0% 100.0% 10 0.0% _IO_sscanf
1 0.0% 100.0% 1 0.0% _Ux86_64_getcontext
1 0.0% 100.0% 1 0.0% __log10_finite
1 0.0% 100.0% 3 0.0% alloc_struct
1 0.0% 100.0% 1 0.0% tcmalloc::DLL_Prepend
1 0.0% 100.0% 1 0.0% tcmalloc::NewSpan
1 0.0% 100.0% 135 0.1% tcmalloc::ThreadCache::ListTooLong
1 0.0% 100.0% 21 0.0% tesseract::IntFeatureSpace::ThetaBucket (inline)
1 0.0% 100.0% 1 0.0% tesseract::IntFeatureSpace::YBucket (inline)
1 0.0% 100.0% 1 0.0% tesseract::SampleIterator::Next
1 0.0% 100.0% 3 0.0% tesseract::TrainingSample::~TrainingSample
1 0.0% 100.0% 1 0.0% tesseract::TrainingSampleSet::OrganizeByFontAndClass
1 0.0% 100.0% 3 0.0% vfscanf
0 0.0% 100.0% 1 0.0% 0x00000000014fc127
0 0.0% 100.0% 3 0.0% 0x0000000001c1a2df
0 0.0% 100.0% 1 0.0% 0x000000000217234f
0 0.0% 100.0% 1 0.0% 0x00000000022096ff
0 0.0% 100.0% 1 0.0% 0x00000000024875ef
0 0.0% 100.0% 7 0.0% 0x00000000135b63bf
0 0.0% 100.0% 23 0.0% 0x00000000136134ff
0 0.0% 100.0% 14 0.0% 0x00000000136a6dbf
0 0.0% 100.0% 42 0.0% 0x00000000136ca63f
0 0.0% 100.0% 2 0.0% 0x00000000136fdfff
0 0.0% 100.0% 16 0.0% 0x00000000136ff2af
0 0.0% 100.0% 27 0.0% 0x000000001371749f
0 0.0% 100.0% 17 0.0% 0x000000001371b95f
0 0.0% 100.0% 46 0.0% 0x0000000013727d3f
0 0.0% 100.0% 1 0.0% 0x000000001a7634ff
0 0.0% 100.0% 1 0.0% 0x000000001a763f3f
0 0.0% 100.0% 1 0.0% 0x000000001a7649df
0 0.0% 100.0% 1 0.0% 0x000000001a764e1f
0 0.0% 100.0% 1 0.0% 0x000000001a76559f
0 0.0% 100.0% 1 0.0% 0x000000001a76595f
0 0.0% 100.0% 25 0.0% 0x000000001a7cb8ff
0 0.0% 100.0% 1 0.0% 0x000000001a99856f
0 0.0% 100.0% 1 0.0% 0x000000001a99880f
0 0.0% 100.0% 1 0.0% 0x000000001a9aa5af
0 0.0% 100.0% 1 0.0% 0x000000001a9bea9b
0 0.0% 100.0% 1 0.0% 0x000000001a9d032f
0 0.0% 100.0% 1 0.0% 0x000000001a9d37af
0 0.0% 100.0% 1 0.0% 0x000000001a9e161b
0 0.0% 100.0% 1 0.0% 0x000000001aa0952f
0 0.0% 100.0% 1 0.0% 0x000000001aa38f9b
0 0.0% 100.0% 1 0.0% 0x000000001aa5ad2f
0 0.0% 100.0% 1 0.0% 0x000000001aa79a0f
0 0.0% 100.0% 1 0.0% 0x000000001aa98bdb
0 0.0% 100.0% 1 0.0% 0x000000001aa9eb5b
0 0.0% 100.0% 1 0.0% 0x000000001aaaa24f
0 0.0% 100.0% 1 0.0% 0x000000001aaaf71f
0 0.0% 100.0% 1 0.0% 0x000000001aab62df
0 0.0% 100.0% 1 0.0% 0x000000001ab0950f
0 0.0% 100.0% 1 0.0% 0x000000001ab2dabf
0 0.0% 100.0% 1 0.0% 0x000000001ab833db
0 0.0% 100.0% 1 0.0% 0x000000001abaa71f
0 0.0% 100.0% 1 0.0% 0x000000001abc679b
0 0.0% 100.0% 1 0.0% 0x000000001abef9af
0 0.0% 100.0% 1 0.0% 0x000000001ac5605f
0 0.0% 100.0% 1 0.0% 0x000000001ac6f1df
0 0.0% 100.0% 1 0.0% 0x000000001ace979f
0 0.0% 100.0% 1 0.0% 0x000000001ad05e5b
0 0.0% 100.0% 1 0.0% 0x000000001adbb0cf
0 0.0% 100.0% 1 0.0% 0x000000001add884f
0 0.0% 100.0% 1 0.0% 0x000000001ae84edf
0 0.0% 100.0% 1 0.0% 0x000000001af3467f
0 0.0% 100.0% 1 0.0% 0x000000001af39b3f
0 0.0% 100.0% 1 0.0% 0x000000001af7a0bf
0 0.0% 100.0% 1 0.0% 0x000000001afda68f
0 0.0% 100.0% 1 0.0% 0x000000001affa9db
0 0.0% 100.0% 1 0.0% 0x000000001affe8db
0 0.0% 100.0% 1 0.0% 0x000000001b04759b
0 0.0% 100.0% 1 0.0% 0x000000001b0493db
0 0.0% 100.0% 1 0.0% 0x000000001b073a5b
0 0.0% 100.0% 1 0.0% 0x000000001b0bd7cf
0 0.0% 100.0% 1 0.0% 0x000000001b108d7f
0 0.0% 100.0% 1 0.0% 0x000000001b11215b
0 0.0% 100.0% 1 0.0% 0x000000001b131adb
0 0.0% 100.0% 1 0.0% 0x000000001b1395db
0 0.0% 100.0% 1 0.0% 0x000000001b1b477f
0 0.0% 100.0% 1 0.0% 0x000000001b1d895f
0 0.0% 100.0% 1 0.0% 0x000000001b1da9ff
0 0.0% 100.0% 1 0.0% 0x000000001b1e20ff
0 0.0% 100.0% 1 0.0% 0x000000001b1e299f
0 0.0% 100.0% 1 0.0% 0x000000001b33c84f
0 0.0% 100.0% 1 0.0% 0x000000001b3440ff
0 0.0% 100.0% 1 0.0% 0x000000001b34e31b
0 0.0% 100.0% 1 0.0% 0x000000001b3ea00f
0 0.0% 100.0% 1 0.0% 0x000000001b4151cf
0 0.0% 100.0% 1 0.0% 0x000000001b41fbcf
0 0.0% 100.0% 1 0.0% 0x000000001b4750af
0 0.0% 100.0% 1 0.0% 0x000000001b488b3f
0 0.0% 100.0% 1 0.0% 0x000000001b491b2f
0 0.0% 100.0% 1 0.0% 0x000000001b5227db
0 0.0% 100.0% 1 0.0% 0x000000001b52685b
0 0.0% 100.0% 1 0.0% 0x000000001b5904ff
0 0.0% 100.0% 1 0.0% 0x000000001b6105db
0 0.0% 100.0% 1 0.0% 0x000000001b66441f
0 0.0% 100.0% 1 0.0% 0x000000001b6746ff
0 0.0% 100.0% 1 0.0% 0x000000001b72361b
0 0.0% 100.0% 1 0.0% 0x000000001b74a1db
0 0.0% 100.0% 1 0.0% 0x000000001b85c36f
0 0.0% 100.0% 1 0.0% 0x000000001b8e3e5f
0 0.0% 100.0% 1 0.0% 0x000000001b8e5bcf
0 0.0% 100.0% 1 0.0% 0x000000001b90c4db
0 0.0% 100.0% 1 0.0% 0x000000001b92d6db
0 0.0% 100.0% 1 0.0% 0x000000001b95b62f
0 0.0% 100.0% 1 0.0% 0x000000001b9ab5bf
0 0.0% 100.0% 1 0.0% 0x000000001b9b6d7f
0 0.0% 100.0% 1 0.0% 0x000000001ba381ef
0 0.0% 100.0% 1 0.0% 0x000000001ba3e83f
0 0.0% 100.0% 1 0.0% 0x000000001ba5659f
0 0.0% 100.0% 1 0.0% 0x000000001ba9015b
0 0.0% 100.0% 1 0.0% 0x000000001bad515b
0 0.0% 100.0% 1 0.0% 0x000000001bb29e9b
0 0.0% 100.0% 1 0.0% 0x000000001bb2a61b
0 0.0% 100.0% 1 0.0% 0x000000001bb3483f
0 0.0% 100.0% 1 0.0% 0x000000001bb3f28f
0 0.0% 100.0% 1 0.0% 0x000000001bbcf43f
0 0.0% 100.0% 1 0.0% 0x000000001bbdd3db
0 0.0% 100.0% 1 0.0% 0x000000001bc415db
0 0.0% 100.0% 1 0.0% 0x000000001bc5391f
0 0.0% 100.0% 1 0.0% 0x000000001bc8103f
0 0.0% 100.0% 1 0.0% 0x000000001bd4379f
0 0.0% 100.0% 1 0.0% 0x000000001bd7139b
0 0.0% 100.0% 1 0.0% 0x000000001bdfa53f
0 0.0% 100.0% 1 0.0% 0x000000001be3a4af
0 0.0% 100.0% 1 0.0% 0x000000001be60adf
0 0.0% 100.0% 1 0.0% 0x000000001bf342af
0 0.0% 100.0% 1 0.0% 0x000000001c08e45f
0 0.0% 100.0% 1 0.0% 0x000000001c0ef6db
0 0.0% 100.0% 1 0.0% 0x000000001c14165f
0 0.0% 100.0% 1 0.0% 0x000000001c209b0f
0 0.0% 100.0% 1 0.0% 0x000000001c229c5b
0 0.0% 100.0% 1 0.0% 0x000000001c2d3d0f
0 0.0% 100.0% 1 0.0% 0x000000001c2d442f
0 0.0% 100.0% 1 0.0% 0x000000001c34a14f
0 0.0% 100.0% 1 0.0% 0x000000001c36c8df
0 0.0% 100.0% 1 0.0% 0x000000001c3a32bf
0 0.0% 100.0% 1 0.0% 0x000000001c3c64df
0 0.0% 100.0% 1 0.0% 0x000000001c41ec7f
0 0.0% 100.0% 1 0.0% 0x000000001c4215ff
0 0.0% 100.0% 1 0.0% 0x000000001c4c0a8f
0 0.0% 100.0% 1 0.0% 0x000000001c6fa77f
0 0.0% 100.0% 1 0.0% 0x000000001c790b5b
0 0.0% 100.0% 1 0.0% 0x000000001c7d1f2f
0 0.0% 100.0% 1 0.0% 0x000000001c802ddf
0 0.0% 100.0% 1 0.0% 0x000000001c9fb9af
0 0.0% 100.0% 1 0.0% 0x000000001ca04e9b
0 0.0% 100.0% 1 0.0% 0x000000001caa550f
0 0.0% 100.0% 1 0.0% 0x000000001cac33af
0 0.0% 100.0% 1 0.0% 0x000000001cb560bf
0 0.0% 100.0% 1 0.0% 0x000000001cb6992f
0 0.0% 100.0% 1 0.0% 0x000000001cc1e71b
0 0.0% 100.0% 1 0.0% 0x000000001cd07d9b
0 0.0% 100.0% 1 0.0% 0x000000001cd72bdb
0 0.0% 100.0% 1 0.0% 0x000000001cedbdaf
0 0.0% 100.0% 1 0.0% 0x000000001cf26b4f
0 0.0% 100.0% 1 0.0% 0x000000001cf2e45f
0 0.0% 100.0% 1 0.0% 0x000000001cf468bf
0 0.0% 100.0% 1 0.0% 0x000000001cf9606f
0 0.0% 100.0% 1 0.0% 0x000000001d03690f
0 0.0% 100.0% 1 0.0% 0x000000001d06ac5b
0 0.0% 100.0% 1 0.0% 0x000000001d0ad73f
0 0.0% 100.0% 1 0.0% 0x000000001d2087ff
0 0.0% 100.0% 1 0.0% 0x000000001d28b5cf
0 0.0% 100.0% 1 0.0% 0x000000001d32964f
0 0.0% 100.0% 1 0.0% 0x000000001d3a976f
0 0.0% 100.0% 1 0.0% 0x000000001d3c7fff
0 0.0% 100.0% 1 0.0% 0x000000001d3ce3cf
0 0.0% 100.0% 1 0.0% 0x000000001d52755f
0 0.0% 100.0% 1 0.0% 0x000000001d56bd1b
0 0.0% 100.0% 1 0.0% 0x000000001d586f9f
0 0.0% 100.0% 1 0.0% 0x000000001d6a0eff
0 0.0% 100.0% 1 0.0% 0x000000001d7648ff
0 0.0% 100.0% 1 0.0% 0x000000001d7ad8bf
0 0.0% 100.0% 1 0.0% 0x000000001d7b44bf
0 0.0% 100.0% 1 0.0% 0x000000001d7ba1ff
0 0.0% 100.0% 1 0.0% 0x000000001d92439b
0 0.0% 100.0% 1 0.0% 0x000000001da8b09b
0 0.0% 100.0% 1 0.0% 0x000000001db22bcf
0 0.0% 100.0% 1 0.0% 0x000000001dbfbc9b
0 0.0% 100.0% 1 0.0% 0x000000001dc0b01b
0 0.0% 100.0% 1 0.0% 0x000000001dc45bdb
0 0.0% 100.0% 1 0.0% 0x000000001dc6444f
0 0.0% 100.0% 1 0.0% 0x000000001dcca90f
0 0.0% 100.0% 1 0.0% 0x000000001dd583db
0 0.0% 100.0% 1 0.0% 0x000000001dda9bef
0 0.0% 100.0% 1 0.0% 0x000000001ddfe09f
0 0.0% 100.0% 1 0.0% 0x000000001ddfe15f
0 0.0% 100.0% 1 0.0% 0x000000001de0b8cf
0 0.0% 100.0% 1 0.0% 0x000000001de3a93f
0 0.0% 100.0% 1 0.0% 0x000000001dea7f5f
0 0.0% 100.0% 1 0.0% 0x000000001deb525b
0 0.0% 100.0% 1 0.0% 0x000000001e021e9b
0 0.0% 100.0% 1 0.0% 0x000000001e16083f
0 0.0% 100.0% 1 0.0% 0x000000001e17df4f
0 0.0% 100.0% 1 0.0% 0x000000001e17f68f
0 0.0% 100.0% 1 0.0% 0x000000001e185c1b
0 0.0% 100.0% 1 0.0% 0x000000001e198d5b
0 0.0% 100.0% 1 0.0% 0x000000001e37ca7f
0 0.0% 100.0% 1 0.0% 0x000000001e391d6f
0 0.0% 100.0% 1 0.0% 0x000000001e46161b
0 0.0% 100.0% 1 0.0% 0x000000001e48eadb
0 0.0% 100.0% 1 0.0% 0x000000001e6cbcff
0 0.0% 100.0% 1 0.0% 0x000000001e779e2f
0 0.0% 100.0% 1 0.0% 0x000000001e7acfff
0 0.0% 100.0% 1 0.0% 0x000000001e8578ef
0 0.0% 100.0% 1 0.0% 0x000000001e9adb5b
0 0.0% 100.0% 1 0.0% 0x000000001ea006ff
0 0.0% 100.0% 1 0.0% 0x000000001eac93ef
0 0.0% 100.0% 1 0.0% 0x000000001eb6d59f
0 0.0% 100.0% 1 0.0% 0x000000001ecbbe5b
0 0.0% 100.0% 1 0.0% 0x000000001ece3cef
0 0.0% 100.0% 1 0.0% 0x000000001ed6fa5b
0 0.0% 100.0% 1 0.0% 0x000000001eec791b
0 0.0% 100.0% 1 0.0% 0x000000001f04ef9f
0 0.0% 100.0% 1 0.0% 0x000000001f0ad5bf
0 0.0% 100.0% 1 0.0% 0x000000001f0cabdf
0 0.0% 100.0% 1 0.0% 0x000000001f19206f
0 0.0% 100.0% 1 0.0% 0x000000001f2b24bf
0 0.0% 100.0% 1 0.0% 0x000000001f35fb6f
0 0.0% 100.0% 1 0.0% 0x000000001f37232f
0 0.0% 100.0% 1 0.0% 0x000000001f42822f
0 0.0% 100.0% 1 0.0% 0x000000001f46649f
0 0.0% 100.0% 1 0.0% 0x000000001f4c308f
0 0.0% 100.0% 1 0.0% 0x000000001f6480ff
0 0.0% 100.0% 1 0.0% 0x000000001fc5ffff
0 0.0% 100.0% 1 0.0% 0x000000001fcb11bf
0 0.0% 100.0% 1 0.0% 0x000000001fe4f74f
0 0.0% 100.0% 1 0.0% 0x000000002055b2cf
0 0.0% 100.0% 1 0.0% 0x00000000205920cf
0 0.0% 100.0% 1 0.0% 0x000000007f7ffffe
0 0.0% 100.0% 131 0.1% 0x00000000823dd685
0 0.0% 100.0% 1 0.0% 0x00000000fffffff5
0 0.0% 100.0% 3 0.0% 0x0000000200000f11
0 0.0% 100.0% 2 0.0% 0x0000000300000f11
0 0.0% 100.0% 1 0.0% 0x00007fff026b95bf
0 0.0% 100.0% 1 0.0% 0x00007fff026b965f
0 0.0% 100.0% 1 0.0% 0x00007fff026b98df
0 0.0% 100.0% 1 0.0% 0x00007fff026b9e4b
0 0.0% 100.0% 1 0.0% 0x00007fff026b9e5f
0 0.0% 100.0% 1 0.0% 0x00007fff026ba1f7
0 0.0% 100.0% 1 0.0% 0x026b9cc83a3dff63
0 0.0% 100.0% 1 0.0% 0x2084cf0061697368
0 0.0% 100.0% 1 0.0% 0x32c3d4acffffffff
0 0.0% 100.0% 1 0.0% 0x4010003741d9af9c
0 0.0% 100.0% 2 0.0% AddProtoToClassPruner
0 0.0% 100.0% 16363 8.3% ClusterOneConfig (inline)
0 0.0% 100.0% 16013 8.2% ClusterSamples
0 0.0% 100.0% 1 0.0% CompareProtos
0 0.0% 100.0% 30 0.0% ComputeDistance
0 0.0% 100.0% 256 0.1% ComputePrototypes
0 0.0% 100.0% 1 0.0% DoFill
0 0.0% 100.0% 2 0.0% FreeBuckets
0 0.0% 100.0% 22 0.0% FreeCharDescription
0 0.0% 100.0% 89 0.0% FreeClusterer
0 0.0% 100.0% 15 0.0% FreeKDNode
0 0.0% 100.0% 4 0.0% GenericVector::delete_data_pointers
0 0.0% 100.0% 23 0.0% GenericVector::double_the_size (inline)
0 0.0% 100.0% 2 0.0% GenericVector::init (inline)
0 0.0% 100.0% 46930 23.9% GenericVector::operator+= (inline)
0 0.0% 100.0% 2 0.0% GetBuckets
0 0.0% 100.0% 3512 1.8% KDNearestNeighborSearch
0 0.0% 100.0% 9 0.0% KDWalk
0 0.0% 100.0% 2 0.0% MakeBuckets
0 0.0% 100.0% 12 0.0% MakeEllipticalProto
0 0.0% 100.0% 26 0.0% MakeKDTree
0 0.0% 100.0% 256 0.1% MakePrototype
0 0.0% 100.0% 2 0.0% NormalDensity
0 0.0% 100.0% 1271 0.6% ReadCharDescription
0 0.0% 100.0% 1 0.0% STRING::GetHeader (inline)
0 0.0% 100.0% 1 0.0% TestEllipticalProto
0 0.0% 100.0% 2 0.0% TrainingSample (inline)
0 0.0% 100.0% 103 0.1% UnicityTable::push_back
0 0.0% 100.0% 5 0.0% _IO_default_finish
0 0.0% 100.0% 14 0.0% _IO_default_uflow
0 0.0% 100.0% 14 0.0% _IO_file_underflow
0 0.0% 100.0% 6 0.0% _IO_getline_info
0 0.0% 100.0% 1 0.0% _TessFunctionResultCallback_0_2::~_TessFunctionResultCallback_0_2
0 0.0% 100.0% 195549 99.5% __libc_start_main
0 0.0% 100.0% 2 0.0% __pthread_cleanup_pop
0 0.0% 100.0% 36 0.0% __strerror_r
0 0.0% 100.0% 195515 99.5% _start
0 0.0% 100.0% 9 0.0% base::GetCPU
0 0.0% 100.0% 1 0.0% base::internal::SpinLockWait
0 0.0% 100.0% 1 0.0% data_start
0 0.0% 100.0% 2 0.0% dprintf
0 0.0% 100.0% 2 0.0% exp
0 0.0% 100.0% 6 0.0% fgets
0 0.0% 100.0% 6 0.0% fgets (inline)
0 0.0% 100.0% 29 0.0% frame_dummy
0 0.0% 100.0% 1 0.0% free_string
0 0.0% 100.0% 195561 99.5% main
0 0.0% 100.0% 11 0.0% memrealloc
0 0.0% 100.0% 1 0.0% nth_cell
0 0.0% 100.0% 1 0.0% pow
0 0.0% 100.0% 118 0.1% qsort_r
0 0.0% 100.0% 15 0.0% reverse16
0 0.0% 100.0% 1 0.0% scanf
0 0.0% 100.0% 2 0.0% search
0 0.0% 100.0% 2 0.0% strchr (inline)
0 0.0% 100.0% 6 0.0% strtoull_l
0 0.0% 100.0% 3 0.0% strxfrm
0 0.0% 100.0% 78 0.0% tc_delete_nothrow
0 0.0% 100.0% 2 0.0% tc_new_nothrow
0 0.0% 100.0% 90 0.0% tc_newarray_nothrow
0 0.0% 100.0% 4 0.0% tc_realloc
0 0.0% 100.0% 20 0.0% tcmalloc::CentralFreeList::FetchFromSpansSafe
0 0.0% 100.0% 1 0.0% tcmalloc::CentralFreeList::Init
0 0.0% 100.0% 57 0.0% tcmalloc::CentralFreeList::InsertRange
0 0.0% 100.0% 1 0.0% tcmalloc::PageHeap::Carve
0 0.0% 100.0% 2 0.0% tcmalloc::PageHeap::GrowHeap
0 0.0% 100.0% 3 0.0% tcmalloc::PageHeap::New
0 0.0% 100.0% 146 0.1% tcmalloc::ThreadCache::FetchFromCentralCache
0 0.0% 100.0% 7 0.0% tesseract::BitVector::SetBit (inline)
0 0.0% 100.0% 2 0.0% tesseract::Classify::CreateIntTemplates
0 0.0% 100.0% 1 0.0% tesseract::CompareFontInfo
0 0.0% 100.0% 8 0.0% tesseract::EquationDetect::FindEquationParts
0 0.0% 100.0% 1 0.0% tesseract::GenericHeap::ParentNode (inline)
0 0.0% 100.0% 2 0.0% tesseract::IndexMapBiDi::SparseSize
0 0.0% 100.0% 74 0.0% tesseract::IndexMapBiDi::~IndexMapBiDi
0 0.0% 100.0% 1 0.0% tesseract::IntFeatureDist::IntFeatureDist
0 0.0% 100.0% 29 0.0% tesseract::IntFeatureMap::IsMapFeatureDeleted
0 0.0% 100.0% 179192 91.2% tesseract::LoadTrainingData
0 0.0% 100.0% 6 0.0% tesseract::MasterTrainer::AddSample
0 0.0% 100.0% 3 0.0% tesseract::MasterTrainer::GetFontInfoId
0 0.0% 100.0% 177761 90.5% tesseract::MasterTrainer::PostLoadCleanup
0 0.0% 100.0% 75 0.0% tesseract::MasterTrainer::PreTrainingSetup
0 0.0% 100.0% 1342 0.7% tesseract::MasterTrainer::ReadTrainingSamples
0 0.0% 100.0% 2 0.0% tesseract::MasterTrainer::WriteInttempAndPFFMTable
0 0.0% 100.0% 4 0.0% tesseract::MasterTrainer::~MasterTrainer
0 0.0% 100.0% 4 0.0% tesseract::PointerVector::clear (inline)
0 0.0% 100.0% 169 0.1% tesseract::TrainingSample::IndexFeatures
0 0.0% 100.0% 169 0.1% tesseract::TrainingSampleSet::IndexFeatures
0 0.0% 100.0% 4 0.0% tesseract::TrainingSampleSet::~TrainingSampleSet
0 0.0% 100.0% 9 0.0% vsscanf
0 0.0% 100.0% 20 0.0% ~MinK (inline)
0 0.0% 100.0% 4 0.0% ~PointerVector (inline)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment