如何解释我的探查器的输出?

时间:2017-03-13 23:27:23

标签: c++ performance opencv optimization profiling

我想知道在使用openCV运行我的软件时每个功能花了多少时间。 我目前正在使用Code :: Blocks IDE。我启用了性能分析和禁用优化(仅此而已)。

这是分析器输出的内容。

Flat profile:

Each sample counts as 0.01 seconds.
 no time accumulated

  %   cumulative   self              self     total           
 time   seconds   seconds    calls  Ts/call  Ts/call  name    
  0.00      0.00     0.00    10302     0.00     0.00  cv::Mat::release()
  0.00      0.00     0.00     3036     0.00     0.00  cv::MatStep::operator[](int)
  0.00      0.00     0.00     3036     0.00     0.00  cv::MatStep::operator[](int) const
  0.00      0.00     0.00      463     0.00     0.00  cv::_InputArray::init(int, void const*)
  0.00      0.00     0.00      402     0.00     0.00  cv::Mat::~Mat()
  0.00      0.00     0.00      331     0.00     0.00  cv::_InputArray::~_InputArray()
  0.00      0.00     0.00      331     0.00     0.00  cv::Size_<int>::Size_()
  0.00      0.00     0.00      199     0.00     0.00  cv::_InputArray::_InputArray(cv::Mat const&)
  0.00      0.00     0.00      132     0.00     0.00  cv::_InputArray::_InputArray()
  0.00      0.00     0.00      132     0.00     0.00  cv::_OutputArray::~_OutputArray()
  0.00      0.00     0.00      132     0.00     0.00  cv::Mat::operator=(cv::MatExpr const&)
  0.00      0.00     0.00      132     0.00     0.00  cv::Size_<int>::Size_(int, int)
  0.00      0.00     0.00      132     0.00     0.00  cv::MatExpr::~MatExpr()
  0.00      0.00     0.00      132     0.00     0.00  cv::Mat::type() const
  0.00      0.00     0.00      132     0.00     0.00  cv::MatSize::operator()() const
  0.00      0.00     0.00       67     0.00     0.00  cv::String::String(char const*)
  0.00      0.00     0.00       67     0.00     0.00  cv::String::~String()
  0.00      0.00     0.00       67     0.00     0.00  cv::Mat::empty() const
  0.00      0.00     0.00       67     0.00     0.00  cv::Mat::total() const
  0.00      0.00     0.00       66     0.00     0.00  cv::_OutputArray::_OutputArray(cv::Mat&)
  0.00      0.00     0.00       66     0.00     0.00  cv::_OutputArray::_OutputArray<cv::Vec<float, 3> >(std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >&)
  0.00      0.00     0.00       66     0.00     0.00  std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::size() const
  0.00      0.00     0.00        6     0.00     0.00  cv::Mat::Mat()
  0.00      0.00     0.00        6     0.00     0.00  cv::MatSize::MatSize(int*)
  0.00      0.00     0.00        6     0.00     0.00  cv::MatStep::MatStep()
  0.00      0.00     0.00        1     0.00     0.00  _GLOBAL__sub_I_thresh
  0.00      0.00     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      0.00     0.00        1     0.00     0.00  cv::RNG::RNG(unsigned long long)
  0.00      0.00     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<cv::Vec<float, 3> >::new_allocator()
  0.00      0.00     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<cv::Vec<float, 3> >::~new_allocator()
  0.00      0.00     0.00        1     0.00     0.00  std::allocator<cv::Vec<float, 3> >::allocator()
  0.00      0.00     0.00        1     0.00     0.00  std::allocator<cv::Vec<float, 3> >::~allocator()
  0.00      0.00     0.00        1     0.00     0.00  void std::_Destroy_aux<true>::__destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*)
  0.00      0.00     0.00        1     0.00     0.00  std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::_Vector_impl()
  0.00      0.00     0.00        1     0.00     0.00  std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::~_Vector_impl()
  0.00      0.00     0.00        1     0.00     0.00  std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_deallocate(cv::Vec<float, 3>*, unsigned int)
  0.00      0.00     0.00        1     0.00     0.00  std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_get_Tp_allocator()
  0.00      0.00     0.00        1     0.00     0.00  std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_base()
  0.00      0.00     0.00        1     0.00     0.00  std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~_Vector_base()
  0.00      0.00     0.00        1     0.00     0.00  std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::vector()
  0.00      0.00     0.00        1     0.00     0.00  std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~vector()
  0.00      0.00     0.00        1     0.00     0.00  void std::_Destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*)
  0.00      0.00     0.00        1     0.00     0.00  void std::_Destroy<cv::Vec<float, 3>*, cv::Vec<float, 3> >(cv::Vec<float, 3>*, cv::Vec<float, 3>*, std::allocator<cv::Vec<float, 3> >&)

 %         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.

Copyright (C) 2012-2015 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.

             Call graph (explanation follows)


granularity: each sample hit covers 4 byte(s) no time propagated

index % time    self  children    called     name
                0.00    0.00    1518/10302       cv::Mat::operator=(cv::Mat const&) [78]
                0.00    0.00    8784/10302       cv::Mat::~Mat() [12]
[8]      0.0    0.00    0.00   10302         cv::Mat::release() [8]
-----------------------------------------------
                0.00    0.00    3036/3036        cv::Mat::operator=(cv::Mat const&) [78]
[9]      0.0    0.00    0.00    3036         cv::MatStep::operator[](int) [9]
-----------------------------------------------
                0.00    0.00    3036/3036        cv::Mat::operator=(cv::Mat const&) [78]
[10]     0.0    0.00    0.00    3036         cv::MatStep::operator[](int) const [10]
-----------------------------------------------
                0.00    0.00      66/463         cv::_OutputArray::_OutputArray(cv::Mat&) [27]
                0.00    0.00      66/463         cv::_OutputArray::_OutputArray<cv::Vec<float, 3> >(std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >&) [28]
                0.00    0.00     132/463         cv::_InputArray::_InputArray() [16]
                0.00    0.00     199/463         cv::_InputArray::_InputArray(cv::Mat const&) [15]
[11]     0.0    0.00    0.00     463         cv::_InputArray::init(int, void const*) [11]
-----------------------------------------------
                0.00    0.00       6/402         main [6]
                0.00    0.00     396/402         cv::MatExpr::~MatExpr() [20]
[12]     0.0    0.00    0.00     402         cv::Mat::~Mat() [12]
                0.00    0.00    8784/10302       cv::Mat::release() [8]
-----------------------------------------------
                0.00    0.00     132/331         cv::_OutputArray::~_OutputArray() [17]
                0.00    0.00     199/331         main [6]
[13]     0.0    0.00    0.00     331         cv::_InputArray::~_InputArray() [13]
-----------------------------------------------
                0.00    0.00     132/331         cv::_InputArray::_InputArray() [16]
                0.00    0.00     199/331         cv::_InputArray::_InputArray(cv::Mat const&) [15]
[14]     0.0    0.00    0.00     331         cv::Size_<int>::Size_() [14]
-----------------------------------------------
                0.00    0.00     199/199         main [6]
[15]     0.0    0.00    0.00     199         cv::_InputArray::_InputArray(cv::Mat const&) [15]
                0.00    0.00     199/331         cv::Size_<int>::Size_() [14]
                0.00    0.00     199/463         cv::_InputArray::init(int, void const*) [11]
-----------------------------------------------
                0.00    0.00      66/132         cv::_OutputArray::_OutputArray(cv::Mat&) [27]
                0.00    0.00      66/132         cv::_OutputArray::_OutputArray<cv::Vec<float, 3> >(std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >&) [28]
[16]     0.0    0.00    0.00     132         cv::_InputArray::_InputArray() [16]
                0.00    0.00     132/331         cv::Size_<int>::Size_() [14]
                0.00    0.00     132/463         cv::_InputArray::init(int, void const*) [11]
-----------------------------------------------
                0.00    0.00     132/132         main [6]
[17]     0.0    0.00    0.00     132         cv::_OutputArray::~_OutputArray() [17]
                0.00    0.00     132/331         cv::_InputArray::~_InputArray() [13]
-----------------------------------------------
                0.00    0.00     132/132         main [6]
[18]     0.0    0.00    0.00     132         cv::Mat::operator=(cv::MatExpr const&) [18]
-----------------------------------------------
                0.00    0.00     132/132         cv::MatSize::operator()() const [22]
[19]     0.0    0.00    0.00     132         cv::Size_<int>::Size_(int, int) [19]
-----------------------------------------------
                0.00    0.00     132/132         main [6]
[20]     0.0    0.00    0.00     132         cv::MatExpr::~MatExpr() [20]
                0.00    0.00     396/402         cv::Mat::~Mat() [12]
-----------------------------------------------
                0.00    0.00     132/132         main [6]
[21]     0.0    0.00    0.00     132         cv::Mat::type() const [21]
-----------------------------------------------
                0.00    0.00     132/132         main [6]
[22]     0.0    0.00    0.00     132         cv::MatSize::operator()() const [22]
                0.00    0.00     132/132         cv::Size_<int>::Size_(int, int) [19]
-----------------------------------------------
                0.00    0.00      67/67          main [6]
[23]     0.0    0.00    0.00      67         cv::String::String(char const*) [23]
-----------------------------------------------
                0.00    0.00      67/67          main [6]
[24]     0.0    0.00    0.00      67         cv::String::~String() [24]
-----------------------------------------------
                0.00    0.00      67/67          main [6]
[25]     0.0    0.00    0.00      67         cv::Mat::empty() const [25]
                0.00    0.00      67/67          cv::Mat::total() const [26]
-----------------------------------------------
                0.00    0.00      67/67          cv::Mat::empty() const [25]
[26]     0.0    0.00    0.00      67         cv::Mat::total() const [26]
-----------------------------------------------
                0.00    0.00      66/66          main [6]
[27]     0.0    0.00    0.00      66         cv::_OutputArray::_OutputArray(cv::Mat&) [27]
                0.00    0.00      66/132         cv::_InputArray::_InputArray() [16]
                0.00    0.00      66/463         cv::_InputArray::init(int, void const*) [11]
-----------------------------------------------
                0.00    0.00      66/66          main [6]
[28]     0.0    0.00    0.00      66         cv::_OutputArray::_OutputArray<cv::Vec<float, 3> >(std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >&) [28]
                0.00    0.00      66/132         cv::_InputArray::_InputArray() [16]
                0.00    0.00      66/463         cv::_InputArray::init(int, void const*) [11]
-----------------------------------------------
                0.00    0.00      66/66          main [6]
[29]     0.0    0.00    0.00      66         std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::size() const [29]
-----------------------------------------------
                0.00    0.00       6/6           main [6]
[30]     0.0    0.00    0.00       6         cv::Mat::Mat() [30]
                0.00    0.00       6/6           cv::MatSize::MatSize(int*) [31]
                0.00    0.00       6/6           cv::MatStep::MatStep() [32]
-----------------------------------------------
                0.00    0.00       6/6           cv::Mat::Mat() [30]
[31]     0.0    0.00    0.00       6         cv::MatSize::MatSize(int*) [31]
-----------------------------------------------
                0.00    0.00       6/6           cv::Mat::Mat() [30]
[32]     0.0    0.00    0.00       6         cv::MatStep::MatStep() [32]
-----------------------------------------------
                0.00    0.00       1/1           __libc_csu_init [226]
[33]     0.0    0.00    0.00       1         _GLOBAL__sub_I_thresh [33]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [34]
-----------------------------------------------
                0.00    0.00       1/1           _GLOBAL__sub_I_thresh [33]
[34]     0.0    0.00    0.00       1         __static_initialization_and_destruction_0(int, int) [34]
                0.00    0.00       1/1           cv::RNG::RNG(unsigned long long) [35]
-----------------------------------------------
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [34]
[35]     0.0    0.00    0.00       1         cv::RNG::RNG(unsigned long long) [35]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<cv::Vec<float, 3> >::allocator() [38]
[36]     0.0    0.00    0.00       1         __gnu_cxx::new_allocator<cv::Vec<float, 3> >::new_allocator() [36]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<cv::Vec<float, 3> >::~allocator() [39]
[37]     0.0    0.00    0.00       1         __gnu_cxx::new_allocator<cv::Vec<float, 3> >::~new_allocator() [37]
-----------------------------------------------
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::_Vector_impl() [41]
[38]     0.0    0.00    0.00       1         std::allocator<cv::Vec<float, 3> >::allocator() [38]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<cv::Vec<float, 3> >::new_allocator() [36]
-----------------------------------------------
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::~_Vector_impl() [42]
[39]     0.0    0.00    0.00       1         std::allocator<cv::Vec<float, 3> >::~allocator() [39]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<cv::Vec<float, 3> >::~new_allocator() [37]
-----------------------------------------------
                0.00    0.00       1/1           void std::_Destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*) [49]
[40]     0.0    0.00    0.00       1         void std::_Destroy_aux<true>::__destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*) [40]
-----------------------------------------------
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_base() [45]
[41]     0.0    0.00    0.00       1         std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::_Vector_impl() [41]
                0.00    0.00       1/1           std::allocator<cv::Vec<float, 3> >::allocator() [38]
-----------------------------------------------
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~_Vector_base() [46]
[42]     0.0    0.00    0.00       1         std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::~_Vector_impl() [42]
                0.00    0.00       1/1           std::allocator<cv::Vec<float, 3> >::~allocator() [39]
-----------------------------------------------
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~_Vector_base() [46]
[43]     0.0    0.00    0.00       1         std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_deallocate(cv::Vec<float, 3>*, unsigned int) [43]
-----------------------------------------------
                0.00    0.00       1/1           std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~vector() [48]
[44]     0.0    0.00    0.00       1         std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_get_Tp_allocator() [44]
-----------------------------------------------
                0.00    0.00       1/1           std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::vector() [47]
[45]     0.0    0.00    0.00       1         std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_base() [45]
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::_Vector_impl() [41]
-----------------------------------------------
                0.00    0.00       1/1           std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~vector() [48]
[46]     0.0    0.00    0.00       1         std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~_Vector_base() [46]
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_deallocate(cv::Vec<float, 3>*, unsigned int) [43]
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::~_Vector_impl() [42]
-----------------------------------------------
                0.00    0.00       1/1           main [6]
[47]     0.0    0.00    0.00       1         std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::vector() [47]
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_base() [45]
-----------------------------------------------
                0.00    0.00       1/1           main [6]
[48]     0.0    0.00    0.00       1         std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~vector() [48]
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_get_Tp_allocator() [44]
                0.00    0.00       1/1           void std::_Destroy<cv::Vec<float, 3>*, cv::Vec<float, 3> >(cv::Vec<float, 3>*, cv::Vec<float, 3>*, std::allocator<cv::Vec<float, 3> >&) [50]
                0.00    0.00       1/1           std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~_Vector_base() [46]
-----------------------------------------------
                0.00    0.00       1/1           void std::_Destroy<cv::Vec<float, 3>*, cv::Vec<float, 3> >(cv::Vec<float, 3>*, cv::Vec<float, 3>*, std::allocator<cv::Vec<float, 3> >&) [50]
[49]     0.0    0.00    0.00       1         void std::_Destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*) [49]
                0.00    0.00       1/1           void std::_Destroy_aux<true>::__destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*) [40]
-----------------------------------------------
                0.00    0.00       1/1           std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~vector() [48]
[50]     0.0    0.00    0.00       1         void std::_Destroy<cv::Vec<float, 3>*, cv::Vec<float, 3> >(cv::Vec<float, 3>*, cv::Vec<float, 3>*, std::allocator<cv::Vec<float, 3> >&) [50]
                0.00    0.00       1/1           void std::_Destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*) [49]
-----------------------------------------------

 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.

Copyright (C) 2012-2015 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.

Index by function name

  [33] _GLOBAL__sub_I_thresh (main.cpp) [14] cv::Size_<int>::Size_() [38] std::allocator<cv::Vec<float, 3> >::allocator()
  [34] __static_initialization_and_destruction_0(int, int) (main.cpp) [23] cv::String::String(char const*) [39] std::allocator<cv::Vec<float, 3> >::~allocator()
  [11] cv::_InputArray::init(int, void const*) [24] cv::String::~String() [40] void std::_Destroy_aux<true>::__destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*)
  [16] cv::_InputArray::_InputArray() [20] cv::MatExpr::~MatExpr() [41] std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::_Vector_impl()
  [15] cv::_InputArray::_InputArray(cv::Mat const&) [31] cv::MatSize::MatSize(int*) [42] std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_impl::~_Vector_impl()
  [13] cv::_InputArray::~_InputArray() [32] cv::MatStep::MatStep() [43] std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_deallocate(cv::Vec<float, 3>*, unsigned int)
  [27] cv::_OutputArray::_OutputArray(cv::Mat&) [9] cv::MatStep::operator[](int) [44] std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_M_get_Tp_allocator()
  [28] cv::_OutputArray::_OutputArray<cv::Vec<float, 3> >(std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >&) [36] __gnu_cxx::new_allocator<cv::Vec<float, 3> >::new_allocator() [45] std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::_Vector_base()
  [17] cv::_OutputArray::~_OutputArray() [37] __gnu_cxx::new_allocator<cv::Vec<float, 3> >::~new_allocator() [46] std::_Vector_base<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~_Vector_base()
   [8] cv::Mat::release()     [21] cv::Mat::type() const  [47] std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::vector()
  [30] cv::Mat::Mat()         [25] cv::Mat::empty() const [48] std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::~vector()
  [12] cv::Mat::~Mat()        [26] cv::Mat::total() const [49] void std::_Destroy<cv::Vec<float, 3>*>(cv::Vec<float, 3>*, cv::Vec<float, 3>*)
  [18] cv::Mat::operator=(cv::MatExpr const&) [22] cv::MatSize::operator()() const [50] void std::_Destroy<cv::Vec<float, 3>*, cv::Vec<float, 3> >(cv::Vec<float, 3>*, cv::Vec<float, 3>*, std::allocator<cv::Vec<float, 3> >&)
  [35] cv::RNG::RNG(unsigned long long) [10] cv::MatStep::operator[](int) const
  [19] cv::Size_<int>::Size_(int, int) [29] std::vector<cv::Vec<float, 3>, std::allocator<cv::Vec<float, 3> > >::size() const

我不知道花了多少时间,例如在函数getLetterArea等... 我怎么知道?我应该做些什么来了解它?

谢谢

0 个答案:

没有答案