silk.Profile

Profile(id, name, start_time, end_time, request, time_taken, file_path, line_num, end_line_num, func_name, exception_raised, dynamic)

Fields

Field Type Description
dynamic Boolean (Either True or False) dynamic
end_line_num Integer end line num
end_time Date (with time) end time
exception_raised Boolean (Either True or False) exception raised
file_path String (up to 300) file path
func_name String (up to 300) func name
id Integer ID
is_context_profile
is_function_profile
line_num Integer line num
name String (up to 300) name
queries.all List

all related silk.SQLQuery objects

queries.count Integer

number of related silk.SQLQuery objects

request Request

the related silk.Request object

start_time Date (with time) start time
time_spent_on_sql_queries
time_taken Floating point number time taken

‹ Back to Model documentation