OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WallTimeInSeconds
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/internal/ceres/
wall_time.h
39
double
WallTimeInSeconds
();
wall_time.cc
40
double
WallTimeInSeconds
() {
trust_region_minimizer.cc
112
double start_time =
WallTimeInSeconds
();
200
WallTimeInSeconds
() - iteration_start_time;
202
WallTimeInSeconds
() - start_time
224
iteration_start_time =
WallTimeInSeconds
();
245
const double strategy_start_time =
WallTimeInSeconds
();
255
WallTimeInSeconds
() - strategy_start_time;
532
WallTimeInSeconds
() - iteration_start_time;
534
WallTimeInSeconds
() - start_time
solver.cc
54
double start_time_seconds = internal::
WallTimeInSeconds
();
59
internal::
WallTimeInSeconds
() - start_time_seconds;
solver_impl.cc
197
double minimizer_start_time =
WallTimeInSeconds
();
200
WallTimeInSeconds
() - minimizer_start_time;
206
double solver_start_time =
WallTimeInSeconds
();
339
WallTimeInSeconds
() - solver_start_time;
349
double post_process_start_time =
WallTimeInSeconds
();
374
WallTimeInSeconds
() - post_process_start_time;
446
double minimizer_start_time =
WallTimeInSeconds
();
467
double post_process_start_time =
WallTimeInSeconds
();
509
WallTimeInSeconds
() - post_process_start_time;
[
all
...]
Completed in 294 milliseconds