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: docs/reference-manual/native-image/PGO-IprofFileFormat.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This document outlines the structure and semantics of the _iprof_ file format.
17
17
18
18
## Structure
19
19
20
-
The full schema of the JSON format used for _iprof_ files can be found in the [iprof-v1.0.0.schema.json](asserts/iprof-v1.0.0.schema.json) document.
20
+
The full schema of the JSON format used for _iprof_ files can be found in the [iprof-v1.0.0.schema.json](https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/assets/iprof-v1.0.0.schema.json) document.
21
21
This JSON schema fully defines the _iprof_ file format and can be used to validate the structure of an arbitrary _iprof_ file.
22
22
23
23
A minimal valid _iprof_ file consists of a JSON object containing 3 fields: `types`, `methods` and `version`.
0 commit comments