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

jitterplot - plot collected samples by jitterdebugger

Description

jittersamples procudes plots from the collected samples by jitterdebugger.

       hist produces a histogram plot using the default output (JSON encoded) from jitterdebugger.

       samples procudes a plot using the all the collected samples by jitterdebugger in CSV format.

Examples

       # jitterdebugger -f results.json
       ^C
       # jitterplot hist results.json

       # jitterdebugger -o samples.raw
       ^C
       # jittersamples samples.raw > samples.txt
       # jitterplot samples samples.txt

Name

       jitterplot - plot collected samples by jitterdebugger

Options

-h,--help
              Show help text and exit.

       --version
              Show jitterplot version.

See Also

jitterdebugger(1) jittersamples(1)

                                                                                                   JITTERPLOT(1)

Synopsis

jitterplot[OPTIONS]{hist,samples}

See Also