- Home /
Reading the profiler log
Is there any way to either:
A: Parse the binary data that the profiler spits out when Profiler.enableBinaryLog is set to true? B: Get the profiler to spit this out as plain text (something like what displays in adb when logcat is enabled)?
The plain text log only contains 'Frame 43 Framerate: 77.2 [Very Good Framerate]' repeatedly. there is no real cpu/gpu usage statistics in there.
Thanks!
Comment