OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
294
ScopedExecutionTimer
total_time("LinearSolver::Solve", &execution_summary_);
program_evaluator.h
131
ScopedExecutionTimer
total_timer("Evaluator::Total", &execution_summary_);
132
ScopedExecutionTimer
call_type_timer(gradient == NULL && jacobian == NULL
Completed in 1099 milliseconds