GithubHelp home page GithubHelp logo

eep's People

Contributors

avasenin avatar fogfish avatar jfacorro avatar virtan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eep's Issues

Error in documentation

In the "Also" section you describe the function for filtering calls to a specific module:

Collect specific module calls only
1> eep:start_file_tracing("file_name", [], my_module).

It looks like it should actually be to a list of modules:

Collect specific module calls only
1> eep:start_file_tracing("file_name", [], [my_module_1, my_module_2]).

The application crashes due to wrong return.

The application crashes due to wrong return.

(eep@127.0.0.1)1> application:start(eep).

=INFO REPORT==== 19-May-2016::11:43:47 ===
    application: eep
    exited: {bad_return,{{eep_app,start,[normal,[]]},ok}}
    type: temporary
{error,{bad_return,{{eep_app,start,[normal,[]]},ok}}}

Inclusion of application into release with rebar3 terminates the node

(typhoon@127.0.0.1)1> {"Kernel pid terminated",application_controller,"{application_start_failure,eep,{bad_return,{{eep_app,start,[normal,[]]},ok}}}"}
Kernel pid terminated (application_controller) ({application_start_failure,eep,{bad_return,{{eep_app,start,[normal,[]]},ok}}})
heart: Thu May 19 11:40:00 2016: Erlang is crashing .. (waiting for crash dump file)
heart: Thu May 19 11:40:00 2016: Would reboot. Terminating.

When i convert the file, it reprot a crash.

First, i want trace only one module, eep:start_file_tracing("file_name", [], [b2bAtcfLib]). Then i run eep:stop_tracing(), eep:convert_tracing("file_name").. but it reports an error:

`=ERROR REPORT==== 30-Mar-2015::07:15:29 ===
Error in process <0.6572.6> on node 'ppb1_bs6@esekilvxen245' with exit value: {badarg,[{ets,lookup,[3333325396,<0.2044.0>],[]},{eep,callgrind_convertor,2,[{file,"src/eep.erl"},{line,167}]},{dbg,tc_loop,3,[{file,"dbg.erl"},{line,1241}]}]}

`

termination of shell process

Hello,

I'm trying to use eep with Erlang/Elixir release which is runned in docker container. I've attached to remote console and executed:

iex(node@ip)1> :eep.start_file_tracing('myapp.trace')
{:ok, [{:matched, :"node@ip", 1843}]}

But after couple of seconds console is closed with error:

iex(node@ip)2> *** ERROR: Shell process terminated! (^G to start new job) ***
command terminated with exit code 137

Any ideas what I'm doing wrong? Thank you.

The file conversion is failed

Hello,

eep:convert_tracing("file_name"). is failed

=ERROR REPORT==== 26-Nov-2013::10:32:13 ===
Error in process <0.52.0> on node '[email protected]' with exit value: {function_clause,[{eep,'-pid_item_to_bytes/1-fun-0-',[undefined,{1,1},[]],[{file,"src/eep.erl"},{line,275}]},{orddict,fold,3,[{file,"orddict.erl"},{line,194}]},{eep,pid_item_to_bytes,1,[{file,"src/eep.erl"},{line,275}]},{eep,convertor_unwind...

As I trace id down line 275 from eep.erl is root cause. The SubCalls dict contains undefined {CM, CF, CA}.

eep:convert_tracing("file_name") issue

Hello,
I get the error message below when I'll try to convert file to cachegrind format.
OS: Windows 7, Erlang R16B03

=ERROR REPORT==== 3-Aug-2014::13:04:33 ===
Error in process <0.35.0> with exit value: {{badmatch,{error,eacces}},[{eep,save_kcachegrind_format,1,[{file,"src/eep.erl"},{line,298}]}]}

** exception error: no match of right hand side value {error,eacces}
in function eep:save_kcachegrind_format/1 (src/eep.erl, line 298)

error when convert trace file

`Error in process <7827.24524.146> on node '...' with exit value:
{problem,[{eep,save_kcachegrind_format,1,[{file,"eep.erl"},{line,315}]}]}

** exception exit: problem
in function eep:save_kcachegrind_format/1 (eep.erl, line 315)`

Works with hipe?

Can I profile a release with some modules compiled with hipe?

Hosting on the Hex.PM package manager

This looks like an amazing project, that will make profiling a lot easier than using built-in tools like e.g. eprof that only show text-based output.

Would it be possible to host this on Hex.pm? I run projects that are managed by Hex; it would make installing and updating a lot easier.

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.