Home

Awesome

semile :)

~Simpler way to profile and diagnose~ http://r-kan.github.io/semile/

2016/10/07: c interface is supported
2016/09/24: semile is refined with much more simpler use model!

What is semile?

A profiling framework provides the ability to monitor programs, in general of any programming language, by the following two pieces of information:

Difference with other profiling tools?

P.S. The user-provided semantic specifications (via the profile library) is necessary for semantic profile

System Requirement

python3 (viewer)
g++ (c/cpp profile library)

Dependent Library

<a href="http://www.graphviz.org" target="_blank">dot (graphviz)</a>

Use semile

<a href="https://github.com/r-kan/semile/tree/master/profiler/cpp_library/src" target="_blank">profiler/cpp_library/src</a> => check to see how to use cpp profile library
<a href="https://github.com/r-kan/semile/tree/master/profiler/cpp_library/example" target="_blank">profiler/cpp_library/example</a> => check to see an example using cpp profile library
<a href="https://github.com/r-kan/semile/tree/master/profiler/c_interface/src" target="_blank">profiler/c_interface/src</a> => check to see how to use c profile interface
<a href="https://github.com/r-kan/semile/tree/master/profiler/c_interface/example" target="_blank">profiler/c_interface/example</a> => check to see an example using c profile interface
<a href="https://github.com/r-kan/semile/tree/master/viewer" target="_blank">viewer/README</a> => check to see how to use semile viewer

Contact

Please contact <a href='http://r-kan.github.io'>Rodney Kan</a> by its_right@msn.com for any question/request/bug without hesitation.


Find screenshots, tutorials, and more information at http://r-kan.github.io/semile/!