MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / PerformanceData

Class PerformanceData

PerformanceMonitor/MainForm.cs:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 struct PerformanceData
62 {
63 public float CPUTime;
64 public float WorkingSet;
65 public float FPS;
66 public float Objects;
67 public float FrameTime;
68 public float RenderTime;
69 }
70
71 TargetProgram _Target;
72 bool _CloseAfterExited = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected