Skip to content

Commit

Permalink
Merge 287c4db into bf5577f
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Feb 6, 2020
2 parents bf5577f + 287c4db commit 85e3552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/registry.jl
Expand Up @@ -157,6 +157,8 @@ end
add_format(format"WAV", detectwav, ".wav", [:WAV])
add_format(format"FLAC","fLaC",".flac",[:FLAC])

## Profile data
add_format(format"JLPROF", [0x4a, 0x4c, 0x50, 0x52, 0x4f, 0x46, 0x01, 0x00], ".jlprof", [:FlameGraphs]) # magic is "JLPROF" followed by [0x01, 0x00]

### Complex cases

Expand Down

0 comments on commit 85e3552

Please sign in to comment.