yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::Emulator::EmulatorMetrics Struct Reference

#include <emulator.h>

Public Attributes

double fps
 
uint64_t cycles
 
uint32_t audio_frames_queued
 
bool is_running
 
uint16_t cpu_pc
 
uint8_t cpu_pb
 

Detailed Description

Definition at line 89 of file emulator.h.

Member Data Documentation

◆ fps

double yaze::emu::Emulator::EmulatorMetrics::fps

Definition at line 90 of file emulator.h.

Referenced by yaze::emu::Emulator::GetMetrics().

◆ cycles

uint64_t yaze::emu::Emulator::EmulatorMetrics::cycles

Definition at line 91 of file emulator.h.

◆ audio_frames_queued

uint32_t yaze::emu::Emulator::EmulatorMetrics::audio_frames_queued

Definition at line 92 of file emulator.h.

◆ is_running

bool yaze::emu::Emulator::EmulatorMetrics::is_running

Definition at line 93 of file emulator.h.

◆ cpu_pc

uint16_t yaze::emu::Emulator::EmulatorMetrics::cpu_pc

Definition at line 94 of file emulator.h.

◆ cpu_pb

uint8_t yaze::emu::Emulator::EmulatorMetrics::cpu_pb

Definition at line 95 of file emulator.h.


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