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

  /external/ceres-solver/internal/ceres/
execution_summary.h 70 class ScopedExecutionTimer {
72 ScopedExecutionTimer(const string& name, ExecutionSummary* summary)
77 ~ScopedExecutionTimer() {
linear_solver.h 325 ScopedExecutionTimer total_time("LinearSolver::Solve", &execution_summary_);
program_evaluator.h 140 ScopedExecutionTimer total_timer("Evaluator::Total", &execution_summary_);
141 ScopedExecutionTimer call_type_timer(gradient == NULL && jacobian == NULL

Completed in 138 milliseconds