Add API to get frame setup time on CPU

Needed for benchmarks
This commit is contained in:
reduz
2020-12-24 00:13:52 -03:00
parent 169159c8aa
commit 7219f37cb5
5 changed files with 22 additions and 0 deletions

View File

@ -1409,6 +1409,8 @@ public:
virtual Vector<FrameProfileArea> get_frame_profile() = 0;
virtual uint64_t get_frame_profile_frame() = 0;
virtual float get_frame_setup_time_cpu() const = 0;
/* TESTING */
virtual RID get_test_cube() = 0;