HomeSort by relevance Sort by last modified time
    Searched refs:speedup_total_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/gpu/performance/
performance.h 94 gpu_elapsed_(0), speedup_total_(0.0),
134 double speedup_total_; member in class:TestSystem
performance.cpp 68 speedup_total_ += speedup;
101 << setprecision(3) << speedup_total_ / std::max(1, num_subtests_called_)

Completed in 520 milliseconds