mauro3 / ProfileFile.jl

Writes profiling information to *.pro files
Other
2 stars 0 forks source link

ProfileFile

Build Status

This add the profiling results to *.pro files just like --code-coverage and --track-allocation do with code coverage and memory allocations.

Usage:

@profile f(...)
using ProfileFile
ProfileFile.write_to_file()