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
Copy file name to clipboardExpand all lines: 01.CONFIGURATION.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ that can be used by the debugger to identify the currently executed source conte
54
54
### Profiles
55
55
56
56
This option can be used to enable/disable available JavaScript language features by providing profile files. Profile files contain a list of C definitions that configure each individual feature.
57
-
The `path` value for CMake and Python arguments should be a file path to the profile file, or one of `es.next`, `es5.1`, or `minimal`, which are the pre-defined profiles.
57
+
The `path` value for CMake and Python arguments should be a file path to the profile file, or one of `es.next` or `minimal`, which are the pre-defined profiles.
58
58
To see how a profile file should be created, or what configuration options are available in C, see the profile [README](https://github.com/jerryscript-project/jerryscript/blob/master/jerry-core/profiles/README.md).
59
59
60
60
| Options ||
@@ -200,7 +200,7 @@ This option is enabled by default.
200
200
201
201
### Memory statistics
202
202
203
-
This option can be used to provide memory usage statistics either upon engine termination, or during runtime using the `jerry_get_memory_stats` jerry API function.
203
+
This option can be used to provide memory usage statistics either upon engine termination, or during runtime using the `jerry_heap_stats` jerry API function.
204
204
The feature can create a significant performance overhead, and should only be used for measurement purposes. This option is disabled by default.
205
205
206
206
| Options ||
@@ -309,7 +309,7 @@ in other projects. To achieve this, the following command can be executed to cre
0 commit comments