You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide explains how to use the `--engine.SpecializationHistogram` option.
9
+
This guide explains how to use the `--engine.SpecializationStatistics` option.
10
10
11
11
The specialization histogram requires Truffle DSL nodes to be generated in a special way.
12
12
So if you use the plain specialization histogram option it will just print the following:
13
13
14
14
```shell
15
-
js --engine.SpecializationHistogram test.js
15
+
js --engine.SpecializationStatistics test.js
16
16
17
17
[engine] Specialization histogram:
18
18
No specialization statistics data was collected. Either no node with @Specialization annotations was executed or the interpreter was not compiled with -Atruffle.dsl.GenerateSpecializationStatistics=true e.g as parameter to the javac tool.
0 commit comments