Profiler.AddFramesFromFile
static function AddFramesFromFile(file: string): void;
Description

Displays the recorded profiledata in the profiler.

Use the name of the text file, ".data" will be appended.
	Profiler.AddFramesFromFile ("mylog.log");
See Also: Profiler.AddFramesFromFile, Profiler.