| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected