We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f2159 commit 494ab0dCopy full SHA for 494ab0d
src/main/java/org/truffleruby/core/ProcessNodes.java
@@ -27,6 +27,7 @@ public abstract class ProcessNodes {
27
@Primitive(name = "process_time_nanotime")
28
public abstract static class ProcessTimeNanoTimeNode extends PrimitiveArrayArgumentsNode {
29
30
+ @TruffleBoundary
31
@Specialization
32
protected long nanoTime() {
33
return System.nanoTime();
0 commit comments