After compiling in profile mode, running the program, and then running profdump 0.4.3 on the resulting trace.log file, JSON output fails to be produced, although "dot" and "text" still function correctly.
For example, consider the following "trace.log" function "std.array.arrayAllocImpl":
After compiling in profile mode, running the program, and then running profdump 0.4.3 on the resulting trace.log file, JSON output fails to be produced, although "dot" and "text" still function correctly.
For example, consider the following "trace.log" function "std.array.arrayAllocImpl":
The profdump output in text mode is as follows:
Attempting to produce JSON output results in the following error:
The output of "inf%" is unexpected as well as the error when trying to produce output in JSON.