-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add number of allocations to time/timed macros, fix realloc calculations
Display realloc & pool allocations also Display combined allocations Refactor code to use structure, clean up Remove trailing space Add warnings to keep struct/type GC_Num in sync Correct Julia structure to match C structure Make GC_Num immutable, pretty print results, add verbose macro Further enhancements of and output Further improvements of output Improve time output Use long names for seconds Fix typo in timed macro Fix InexactError Improve time/timed macros, add timev macro
- Loading branch information
1 parent
ff35d98
commit 7582922
Showing
3 changed files
with
190 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1353,6 +1353,7 @@ export | |
# profiling | ||
@time, | ||
@timed, | ||
@timev, | ||
@elapsed, | ||
@allocated, | ||
@profile, | ||
|
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