Changeset 12076
- Timestamp:
- 07/29/09 19:54:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Profiler.java
r12074 r12076 48 48 public void run() 49 49 { 50 profiling = true; // make sure we don't fall through on the first iteration 50 51 while (profiling) { 51 52 sampleNow = true; … … 113 114 } 114 115 out._writeLine("; Profiler started."); 115 profiling = true;116 116 } 117 117 return thread.nothing();
Note: See TracChangeset
for help on using the changeset viewer.