[llvm] [ctx_prof] test tool: generate ctxprof bistream from json (PR #100379)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 12:27:39 PDT 2024
================
@@ -0,0 +1,29 @@
+[
+ {
+ "Guid": 1000,
+ "Counters": [1, 2, 3],
+ "Callsites": [
+ [],
+ [
+ {
+ "Guid": 2000,
+ "Counters": [4, 5]
+ },
+ {
+ "Guid": 18446744073709551613,
+ "Counters": [6, 7, 8]
+ }
+ ],
----------------
mtrofin wrote:
oh you meant the json not the xml output. sorry. Misread.
https://github.com/llvm/llvm-project/pull/100379
More information about the llvm-commits
mailing list