mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-13 18:29:24 -04:00
Rename
This commit is contained in:
parent
e2cb35110e
commit
fc9f904da0
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
public class Profiler {
|
||||
private static final Logger log = LoggerFactory.getLogger(Profiler.class);
|
||||
public class GUIProfiler {
|
||||
private static final Logger log = LoggerFactory.getLogger(GUIProfiler.class);
|
||||
|
||||
private static final Stopwatch globalStopwatch = Stopwatch.createStarted();
|
||||
private static final ThreadLocal<Stopwatch> threadStopwatch = ThreadLocal.withInitial(Stopwatch::createStarted);
|
Loading…
Add table
Add a link
Reference in a new issue