OwnTime.jl

A Julia profiling package that provides an "own time" and "total time" view of profiling data (by DevJac)

OwnTime.jl Alternatives

Similar projects and alternatives to OwnTime.jl

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better OwnTime.jl alternative or higher similarity.

OwnTime.jl reviews and mentions

Posts with mentions or reviews of OwnTime.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-16.
  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    OwnTime.jl - A Julia profiling library [1].

    It reports the time spent on each line of your project, and you can filter which files are included. For example, you might do a complicated map operation which calls a function in another library, if you filter out the library then it will report that all the time was spent in your code on the line that performed the map. However, if you don't filter out the library then it will report that all the time was spent on the line inside the library.

    I couldn't figure out how to get what I wanted from the existing profiling libraries so wrote this. It was quite easy once I figured it out. Julia has a built in sampling profiler you can turn on, and from there you can process the sampled frames however you'd like and display them however you'd like.

    [1]: https://github.com/DevJac/OwnTime.jl

Stats

Basic OwnTime.jl repo stats
1
37
0.0
almost 4 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com