Hello, 1) let's say, I want to know, where tese 72 ms are spent. but the last path line shows to the "nonexisting line" "default.py:topic_examples:1659 <module>()" as default.py has only 1658 lines.
how could I understand what it means? @459ms datastore_v3.RunQuery real=72ms api=0ms Request: Query<app_='code-by-example', compile_=True, composite_index_=[], filter_=[Query_Filter<has_op_=1, ...>], ...> Response: QueryResult<compiled_cursor_=CompiledCursor<position_=[CompiledCursor_Position<...>]>, ...> Stack: <path[1]>/google/appengine/api/datastore.py:239 make_call() <path[1]>/google/appengine/api/datastore.py:193 _MakeSyncCall() <path[1]>/google/appengine/api/datastore.py:1180 _Run() <path[1]>/google/appengine/api/datastore.py:1151 Run() <path[1]>/google/appengine/ext/db/__init__.py:1770 run() <path[1]>/google/appengine/ext/db/__init__.py:1786 __iter__() <path[0]>/gluon/contrib/gql.py:739 select() <path[0]>/applications/CodeByExample/controllers/ default.py:topic_examples:272 topic_examples() <path[0]>/gluon/globals.py:96 <lambda>() <path[0]>/applications/CodeByExample/controllers/ default.py:topic_examples:1659 <module>() 2) one more thing/bug?: even if I see the line indicated, which I know really exists, I should be able to click on it and see the source as its show here http://blairconrad.wordpress.com/2010/02/12/a-first-look-at-appstats-wheres-my-time-spen/ but I just get [Errno 2] No such file or directory: u'/media/data/veikla/coding/ web2py_gae_test/applications/CodeByExample/controllers/ default.py:topic_examples' http://localhost:8080/_ah/stats/file?f=%3Cpath[0]%3E/applications/CodeByExample/controllers/default.py:topic_examples&n=19#n9 I see the problem in ":topic_examples", if I remove this in link, it works ok http://localhost:8080/_ah/stats/file?f=%3Cpath[0]%3E/applications/CodeByExample/controllers/default.py&n=19#n9 is this a problem of appstats or of w2p?

