forked from fjeremic/openj9-jit-debug-agent
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generate "good" and "bad" trace log files.
* Log files where the test last passed will be named goodJitCompilationLog_opt_index_<num>.log * Log files where the test fail will be named badJitCompilationLog_opt_index_<num>.log Refactor to use safer snprinf, and removed malloc Also dynamically set number of digits of last opt index Ref: https://www.cplusplus.com/reference/cstdio/snprintf/ https://www.cplusplus.com/reference/cstdio/sprintf/ Refactor to get int length without for loop * Specify file extension in snprintf * Hard code length of extension str
- Loading branch information
Showing
4 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters