#include <test_recorder.h>
Public Attributes | |
bool | saved = false |
std::string | output_path |
int | step_count = 0 |
absl::Duration | duration = absl::ZeroDuration() |
Definition at line 63 of file test_recorder.h.
bool yaze::test::TestRecorder::StopRecordingSummary::saved = false |
Definition at line 64 of file test_recorder.h.
Referenced by yaze::test::TestRecorder::StopLocked().
std::string yaze::test::TestRecorder::StopRecordingSummary::output_path |
Definition at line 65 of file test_recorder.h.
Referenced by yaze::test::TestRecorder::StopLocked().
int yaze::test::TestRecorder::StopRecordingSummary::step_count = 0 |
Definition at line 66 of file test_recorder.h.
Referenced by yaze::test::TestRecorder::StopLocked().
absl::Duration yaze::test::TestRecorder::StopRecordingSummary::duration = absl::ZeroDuration() |
Definition at line 67 of file test_recorder.h.
Referenced by yaze::test::TestRecorder::StopLocked().