Skip to content
#

profiling

Here are 397 public repositories matching this topic...

py-spy
gsnedders
gsnedders commented Sep 10, 2018

Trying to run this from PowerShell it just failed silently with no message. From cmd.exe, I got a popup saying "The code execution cannot proceed because VCRUNTIME140.dll was not found. Reinstalling the program may fix this problem." We should probably document that requirement somewhere, if we can't otherwise fix it (does CPython not have the runtime?!).

robinst
robinst commented Feb 22, 2019

Currently, the timings on node labels are shown like this: 0.1234

It's not immediately clear that that's in seconds. Can we add a " s" to the label? Or maybe even consider changing it to milliseconds and adding " ms".

I'm not familiar with all the input formats and if they have the timing information in seconds or not, but if it's just a matter of changing the label formatting, I'm happy t

waleedsaud
waleedsaud commented Aug 31, 2016
  • There is no install docs detailing how to install it. the docker stuff I do not know how it is installed.
  • The documentation is messy.
  • There is no support docs meaning what application server you support monitoring .
  • I think you have 2 parts one is the browser plugin and the other is the server , there is no clear indication between them and do I need to use both of them .

--Thank you

bschindler
bschindler commented Feb 12, 2018

May be I am just misusing the tool, but I feel like this is a bug:

So I profile an app, I filter the main thread and look at the flame graph and get this (which looks wrong):
screenshot_20180212_133913

I then select a range in the timeline view (a very useful feature btw, thanks a lot f

blakebyrnes
blakebyrnes commented Jun 16, 2017

Just tried installing the client (3.12.2) with our app, and it's crashing trying to do sql queries. Sequelize is version 3.30.4, Mysql is version 2.13.0.

TypeError: Cannot read property 'setMaxListeners' of undefined
at [...] node_modules/sequelize/lib/dialects/mysql/query.js:53:7
at Promise.cancellationExecute [as _execute] ([...] node_modules/bluebird/js/release/debuggability.js:32

dsandber
dsandber commented Apr 17, 2018
Aggregating keys by pattern and type
Traceback (most recent call last):
  File "/home/ubuntu/.local/bin/rma", line 11, in <module>
    sys.exit(main())
  File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/cli/rma_cli.py", line 97, in main
    app.run()
  File "/home/ubuntu/.local/lib/python3.5/site-packages/rma/application.py", line 133, in run
    keys = {k: self.get_pattern_ag

Improve this page

Add a description, image, and links to the profiling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the profiling topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.