Database Table: silk_profile¶
This table is one of five related tables:
which are control and information tables defined by the Silk Performance Profiler for the python/django web services framework. The interested reader is referred to the Silk Performance Profiler documentation.
Keys:¶
- id (Integer):
Columns:¶
- name (String(300)):
- start_time (Integer):
- end_time (Integer):
- time_taken (Float):
- file_path (String(300)):
- line_num (Integer):
- end_line_num (Integer):
- func_name (String(300)):
- exception_raised (Boolean):
- dynamic (Boolean):
- request_id (String(36)):