Advertisement
Guest User

Initial profiling output

a guest
Nov 6th, 2014
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ncalls tottime percall cumtime percall filename:lineno(function)
  2. 1240 1.534 0.001 1.535 0.001 /usr/lib/python2.7/dist-packages/MySQLdb/cursors.py:313(_get_result)
  3. 1240 1.011 0.001 2.557 0.002 /usr/lib/python2.7/dist-packages/MySQLdb/cursors.py:277(_do_query)
  4. 3709/1 0.097 0.000 3.931 3.931 /usr/local/lib/python2.7/dist-packages/rest_framework/serializers.py:339(to_native)
  5. 4952 0.063 0.000 0.103 0.000 /usr/local/lib/python2.7/dist-packages/django/db/models/sql/query.py:234(clone)
  6. 7422 0.045 0.000 0.045 0.000 /usr/local/lib/python2.7/dist-packages/django/utils/datastructures.py:133(__init__)
  7. 8657 0.034 0.000 0.113 0.000 /usr/local/lib/python2.7/dist-packages/rest_framework/fields.py:192(field_to_native)
  8. 1239 0.033 0.000 0.208 0.000 /usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py:82(as_sql)
  9. 22282 0.033 0.000 0.033 0.000 /usr/local/lib/python2.7/dist-packages/django/utils/datastructures.py:162(__setitem__)
  10. 11130 0.032 0.000 1.649 0.000 /usr/local/lib/python2.7/dist-packages/rest_framework/fields.py:50(get_component)
  11. 2490 0.031 0.000 0.076 0.000 /usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py:1149(cursor_iter)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement