当我在Python中运行cProfile时,{内置方法加载}是什么?

时间:2013-09-11 19:11:07

标签: python django profiling cprofile

我正在运行cProfile来测试我的Django应用程序。相关的行看起来像这样:

ncalls  tottime  percall  cumtime  percall filename:lineno(function)
    3    0.027    0.009    0.027    0.009 {built-in method load}
  149    0.004    0.000    0.007    0.000 /usr/lib/python2.7/site-packages/django/db/models/base.py:275(__init__)
  149    0.004    0.000    0.005    0.000 /usr/lib/python2.7/site-packages/django/db/backends/mysql/compiler.py:4(resolve_columns)
  349/72    0.002    0.000    0.007    0.000 /usr/lib/python2.7/copy.py:145(deepcopy)

什么是{内置方法加载}?它主导着我的执行。

0 个答案:

没有答案