| 734 | } |
| 735 | |
| 736 | HRenderProfile NewRenderProfile(float fps) |
| 737 | { |
| 738 | const uint32_t LIFETIME_IN_MILLISECONDS = 6000u; |
| 739 | return new RenderProfile(fps, 1000000.0f, LIFETIME_IN_MILLISECONDS); |
| 740 | } |
| 741 | |
| 742 | static ProfilerThread* GetSelectedThread(HRenderProfile render_profile, ProfilerFrame* frame) |
| 743 | { |
no outgoing calls