Enable unit profiling for great Whirled investigation.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5612 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-01-02 19:10:33 +00:00
parent 7e0bd5c99a
commit b811f9e97f
@@ -1049,7 +1049,7 @@ public class PresentsDObjectMgr
protected InvocationManager _invmgr;
/** Whether or not unit profiling is enabled. */
protected static final boolean UNIT_PROF_ENABLED = false;
protected static final boolean UNIT_PROF_ENABLED = true;
/** The frequency with which we take a profiling sample. */
protected static final int UNIT_PROF_INTERVAL = 100;