yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::TestRecorder::StopRecordingSummary Struct Reference

#include <test_recorder.h>

Public Attributes

bool saved = false
 
std::string output_path
 
int step_count = 0
 
absl::Duration duration = absl::ZeroDuration()
 

Detailed Description

Definition at line 63 of file test_recorder.h.

Member Data Documentation

◆ saved

bool yaze::test::TestRecorder::StopRecordingSummary::saved = false

Definition at line 64 of file test_recorder.h.

Referenced by yaze::test::TestRecorder::StopLocked().

◆ output_path

std::string yaze::test::TestRecorder::StopRecordingSummary::output_path

Definition at line 65 of file test_recorder.h.

Referenced by yaze::test::TestRecorder::StopLocked().

◆ step_count

int yaze::test::TestRecorder::StopRecordingSummary::step_count = 0

Definition at line 66 of file test_recorder.h.

Referenced by yaze::test::TestRecorder::StopLocked().

◆ duration

absl::Duration yaze::test::TestRecorder::StopRecordingSummary::duration = absl::ZeroDuration()

Definition at line 67 of file test_recorder.h.

Referenced by yaze::test::TestRecorder::StopLocked().


The documentation for this struct was generated from the following file: