On Sep 16, 2014 4:17 AM, "Nicholas Cannon"
wrote:
>
> Nah I mean like there is performance issues. It delivers result that I
want just mot very conveinetly fast.
Take a look at the cProfile module. That's what it's called in Python 2.x.
Not sure if it lost its camel case spelling in 3.x or is now
Nah I mean like there is performance issues. It delivers result that I want
just mot very conveinetly fast.
--
https://mail.python.org/mailman/listinfo/python-list
On Sep 15, 2014, at 8:07 PM, Nicholas Cannon wrote:
> I have made an app that is not fully stable and I would like to monitor the
> performance of the app and try and improve the speed of it. I tried to use
> the activity monitor on the mac but what I want I'm to see how much ram, cup
> and ot
On Tue, Sep 16, 2014 at 10:07 AM, Nicholas Cannon
wrote:
> I have made an app that is not fully stable and I would like to monitor the
> performance of the app and try and improve the speed of it. I tried to use
> the activity monitor on the mac but what I want I'm to see how much ram, cup
> an
I have made an app that is not fully stable and I would like to monitor the
performance of the app and try and improve the speed of it. I tried to use the
activity monitor on the mac but what I want I'm to see how much ram, cup and
other stats on what resources that app is using. Is there any ap