Changeset e54a8ea for python/aubio/task
- Timestamp:
- Mar 16, 2006, 4:58:01 PM (19 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- ac4f38e
- Parents:
- 4dd235f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/task/task.py
r4dd235f re54a8ea 50 50 def time(self): 51 51 import time 52 print "CPU time is now %f seconds," % time.clock(), 53 print "task execution took %f seconds" % (time.time() - self.tic) 52 #print "CPU time is now %f seconds," % time.clock(), 53 #print "task execution took %f seconds" % (time.time() - self.tic) 54 return time.time() - self.tic 54 55
Note: See TracChangeset
for help on using the changeset viewer.