Skip to content

Commit a00623d

Browse files
committed
Replacing --engine.SpecializationHistogram with --engine.SpecializationStatistics in Truffle doc
1 parent fbc97f2 commit a00623d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

truffle/docs/SpecializationHistogram.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ permalink: /graalvm-as-a-platform/language-implementation-framework/Specializati
66
---
77
# Specialization Histogram
88

9-
This guide explains how to use the `--engine.SpecializationHistogram` option.
9+
This guide explains how to use the `--engine.SpecializationStatistics` option.
1010

1111
The specialization histogram requires Truffle DSL nodes to be generated in a special way.
1212
So if you use the plain specialization histogram option it will just print the following:
1313

1414
```shell
15-
js --engine.SpecializationHistogram test.js
15+
js --engine.SpecializationStatistics test.js
1616

1717
[engine] Specialization histogram:
1818
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

Comments
 (0)