I have followed the advices from the scripting manual on how to use the profiler in runtime with Profiler.BeginSample and Profiler.EndSample. The samples are put out nicely into my log file but what I am interested in kind of drowns in all the other information that is logged.
Is there any way to load the log file into the profiler to get an overview of my log frame by frame as when I use the profiler from the editor?