MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / TestStats

Class TestStats

LiveRecomp/live_recompiler_test.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62struct TestStats {
63 TestError error;
64 uint64_t codegen_microseconds;
65 uint64_t execution_microseconds;
66 uint64_t code_size;
67};
68
69void write1(uint8_t* rdram, recomp_context* ctx) {
70 MEM_B(0, ctx->r4) = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected