Split our reports into the default report and a separate report for the giant
morass of profiling data. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5709 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -58,6 +58,9 @@ public class ReportManager
|
||||
/** A string constant representing the default report. */
|
||||
public static final String DEFAULT_TYPE = "";
|
||||
|
||||
/** A string constant representing a report with detailed profiling information. */
|
||||
public static final String PROFILE_TYPE = "";
|
||||
|
||||
/**
|
||||
* Starts up our periodic report generation task on the supplied run queue.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user