Skip to content

Commit

Permalink
remove unwanted dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-su committed Mar 19, 2020
1 parent c13ffcd commit 766f575
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -20,7 +20,6 @@
import static java.nio.file.StandardOpenOption.TRUNCATE_EXISTING;

import com.google.errorprone.annotations.CanIgnoreReturnValue;
import io.perfmark.PerfMark;
import io.perfmark.tracewriter.TraceEventWriter;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
Expand Down Expand Up @@ -51,14 +50,6 @@
public final class TraceEventViewer {
private static final Logger logger = Logger.getLogger(TraceEventViewer.class.getName());

public static void main(String[] args) throws Exception {
PerfMark.setEnabled(true);
PerfMark.startTask("hio");
PerfMark.attachTag("hi", 123);
PerfMark.stopTask("hio");
writeTraceHtml();
}

// Copied from trace2html.html in the Catapult tracing code.
private static final String INLINE_TRACE_DATA =
""
Expand Down

0 comments on commit 766f575

Please sign in to comment.