Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Profiler.AddFramesFromFile

public 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.