Skip to content
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

print types more verbosely in page profiler #53256

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Feb 9, 2024

Instead of just printing Tuple, print the full type signature such as Tuple{UnionAll, GenericMemory{:not_atomic, Tuple{Int64, Int64, Array{Pair{Any, Any}, 1}}, Core.AddrSpace{Core}(0x00)}, Int64}

@d-netto d-netto force-pushed the dcn-page-profiler-more-verbose-types branch 3 times, most recently from 3994fc1 to 92f8ffe Compare February 9, 2024 05:04
@inkydragon inkydragon added the GC Garbage collector label Feb 9, 2024
@d-netto d-netto force-pushed the dcn-page-profiler-more-verbose-types branch 4 times, most recently from 3af9d84 to 3f0f911 Compare February 9, 2024 23:50
src/gc-page-profiler.h Outdated Show resolved Hide resolved
src/gc-page-profiler.h Outdated Show resolved Hide resolved
src/gc-page-profiler.h Outdated Show resolved Hide resolved
@d-netto d-netto force-pushed the dcn-page-profiler-more-verbose-types branch 10 times, most recently from 402f933 to 4b01e58 Compare April 22, 2024 12:41
@d-netto d-netto mentioned this pull request Apr 22, 2024
@d-netto d-netto force-pushed the dcn-page-profiler-more-verbose-types branch 6 times, most recently from e03a5c9 to ec182a4 Compare April 25, 2024 00:26
@d-netto d-netto force-pushed the dcn-page-profiler-more-verbose-types branch from ec182a4 to 670393c Compare April 25, 2024 02:27
@d-netto d-netto added the merge me PR is reviewed. Merge when all tests are passing label Apr 25, 2024
@d-netto d-netto merged commit 5994cf7 into master Apr 25, 2024
8 checks passed
@d-netto d-netto deleted the dcn-page-profiler-more-verbose-types branch April 25, 2024 14:32
@d-netto d-netto removed the merge me PR is reviewed. Merge when all tests are passing label Apr 25, 2024
d-netto added a commit to RelationalAI/julia that referenced this pull request Jun 28, 2024
Instead of just printing `Tuple`, print the full type signature such as
`Tuple{UnionAll, GenericMemory{:not_atomic, Tuple{Int64, Int64,
Array{Pair{Any, Any}, 1}}, Core.AddrSpace{Core}(0x00)}, Int64}`
d-netto added a commit to RelationalAI/julia that referenced this pull request Jul 3, 2024
Instead of just printing `Tuple`, print the full type signature such as
`Tuple{UnionAll, GenericMemory{:not_atomic, Tuple{Int64, Int64,
Array{Pair{Any, Any}, 1}}, Core.AddrSpace{Core}(0x00)}, Int64}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants