-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GC info #69
Comments
The following code can be used to retrieve GC statistics:
SystemMonitor.printMemoryStatistics will print the info:
|
arakov
added a commit
that referenced
this issue
May 31, 2024
* #590 : implementing functional test * #620 : introducing out ref variable * refactoring code - using out ref parameters * warn if out variable is not assigned in the method * [FIXED] ?. operator * working on ide for linux * [ADDED] #655 : new option to keep output terminal after the program ends * [FIXED] retrieving a source for the reference modules * [ADDED] auto-recompile option * [FIXED] MTA : critical exception handler * [FIXED] recent list - only 9 elements must be in the list * [ADDED]#69 : GC statistics * [ADDED] support project collection file * [FIXED] nil cannot be returned for nil object - use default instead * #650 : Calling a named constructor from an implicit default one --------- Co-authored-by: Alex <alex@Ubuntu.myguest.virtualbox.org>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add possibility to view gc statistics
The text was updated successfully, but these errors were encountered: