| 863 | } |
| 864 | |
| 865 | AlgorithmDesc algorithm() const { return *algorithm_; } |
| 866 | void set_algorithm(AlgorithmDesc val) { algorithm_ = val; } |
| 867 | |
| 868 | float elapsed_time_in_ms() const { return elapsed_time_in_ms_; } |
no outgoing calls
no test coverage detected