ProfilerReader
ProfilerReader copied to clipboard
The library that read Unity profiler binary log directly
I have errors when I try to import the dataprof.data file: System.Exception: This log file isn't supported. 0x20220328 at UTJ.ProfilerReader.BinaryData.ProfilerFrameBlockData.Read (System.IO.Stream stream, System.Int32 frameIndex, System.String unityVersion) [0x001c9] in :0 at...
Hello. I'm currently using Unity 2022.1.24 and I've encountered an issue when attempting to output to csv. Specifically, the 'fullname' field in the main_self.csv file generates strange content as shown...
This tool run into error when i try a sample by Untiy 2019.4.25f1. How to fix this erro? Thanks, repro: 1. export profiler data into a data file by unity...
When using Unity 2021.1.0f1, analyzing log is failed with exceptions like this: ``` System.NullReferenceException: Object reference not set to an instance of an object at UTJ.ProfilerReader.Analyzer.MainThreadCategoryAnalyzeToFile.SetupCategories () [0x00070] in D:\Projects\Unity...
## Question Does this tool not support binary data (.data) saved in ProfilerWindow? But analysis succeeded with binary data (.raw) saved from Script with `Profiler.enableBinaryLog = true;` and so on....