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

Display summary for Metal.@profile #431

Open
tgymnich opened this issue Sep 24, 2024 · 2 comments
Open

Display summary for Metal.@profile #431

tgymnich opened this issue Sep 24, 2024 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tgymnich
Copy link
Member

Apple provides a command line tool that is able to export .trace files to xml.

# get table of contents
xcrun xctrace export --input /Users/tim/Developer/Metal.jl/julia_1.trace --toc

# export time profile
xcrun xctrace export --input /Users/tim/Developer/Metal.jl/julia_1.trace --xpath '/trace-toc/run[@number="1"]/data/table[@schema="time-profile"]'
@tgymnich tgymnich added enhancement help wanted Extra attention is needed good first issue Good for newcomers labels Sep 24, 2024
@jonas4climate
Copy link

jonas4climate commented Oct 28, 2024

has this already been implemented? I'd like to find something easy to start contributing :)

@maleadt
Copy link
Member

maleadt commented Oct 28, 2024

It hasn't; go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants