~woutc/specto/specto-woutc

  • Committer: Wout Clymans
  • Date: 2008-11-26 18:18:51 UTC
  • Revision ID: wout@wout-laptop-20081126181851-0jwsnpkcpeap0tw3
- Faster startup and less calls!

Before:
   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
   176472    0.551    0.000    0.551    0.000 {hasattr}
   176438    0.856    0.000    1.407    0.000 iniparser.py:324(__setattr__)
   138328    0.323    0.000    0.323    0.000 {isinstance}

Now:
   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
    24431    0.055    0.000    0.055    0.000 {min}
    17784    0.059    0.000    0.059    0.000 {hasattr}
    17750    0.088    0.000    0.147    0.000 iniparser.py:324(__setattr__)

Hope this helps and improves the specto experience
Filename Latest Rev Last Changed Committer Comment Size
..
doc 79 17 years ago nekohayo accepted Wout's patch for adding a Clear menu in t Diff
glade 83 17 years ago woutclymans Added the add,edit and open function for the Googl Diff
icons 69 17 years ago nekohayo * Happy birthday to myself ;) * Remove shebangs fr Diff