logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eos-profile - Inspect profiling data

Commands

show
           Prints out a list of the profiling probes for the given file, as well as the various timing
           information associated to each probe, and their location in the source.

       convert
           Converts a profile data file into other formats, like JSON.

       diff
           Compares two or more profile data files, and prints out the timing information for each probe in each
           file.

Endless                                                                                           EOS-PROFILE(1)

Description

eos-profile is a tool for inspecting, converting, and comparing profile data files generated by the
       Endless SDK.

Name

       eos-profile - Inspect profiling data

Synopsis

eos-profile help

       eos-profile show FILEeos-profile convert FILEeos-profile diff FILE...

See Also