nschloe / tuna

:fish: Python profile viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

almost empty profile?

ensonic opened this issue · comments

I generated the profile on a arm device (running debian jessie), using python3.4 and the command from your readme: python3 -mcProfile -o /tmp/program.prof .

When I analyse the profile on my dev machine (debian testing, tuna v0.3.6), I get only 3 entries in the profile:

root0.000 s (100.0%)
~::0::<method 'disable' of '_lsprof.Profiler' objects>0.000 s (100.0%)
~::0::<method 'disable' of '_lsprof.Profiler' objects>::self0.000 s (100.0%)

Perhaps your profile only contains this much data. Impossible to tell without looking at it.

Here is the profile. Can it be that my python version on the device is too old?
program.prof.gz