Skip to content
Snippets Groups Projects
Commit 70817766 authored by Mick Jordan's avatar Mick Jordan
Browse files

check style fix; RPerfStats option fix

parent 0dd9964c
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ public class RFunctionProfiler {
}
private static class PerfHandler implements RPerfStats.Handler {
static final String NAME = "timer";
static final String NAME = "timing";
@SuppressWarnings("unused") private boolean stmts;
private int threshold;
......
......@@ -38,7 +38,7 @@ import com.oracle.truffle.tools.Profiler;
* specific.
*
*/
public class InstrumentationState implements RContext.ContextState {
public final class InstrumentationState implements RContext.ContextState {
/**
* Records all functions that have trace listeners installed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment