mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
no ProfilingUtil here
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.intellij.util.diff;
|
||||
|
||||
import com.intellij.util.ProfilingUtil;
|
||||
import com.intellij.util.ArrayUtil;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
@@ -60,9 +59,7 @@ public class DiffTest extends TestCase {
|
||||
}
|
||||
Diff.buildChanges(first.toArray(), second.toArray());
|
||||
long start = System.currentTimeMillis();
|
||||
ProfilingUtil.operationStarted("diffPerfomance");
|
||||
Diff.buildChanges(first.toArray(), second.toArray());
|
||||
ProfilingUtil.operationFinished("diffPerfomance");
|
||||
System.out.println("Duration: " +(System.currentTimeMillis() - start));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user