Skip to content
Snippets Groups Projects
Commit 5e80c6ab authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Profile calls to specialize.

parent ab780bf6
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,9 @@ def compare_files(file1, file2, source=None, diff_content_only=False):
# Specialize the files first so "has_same_content_as" can be overridden
# by subclasses
specialize(file1)
specialize(file2)
with profile("specialize", "specialize"):
specialize(file1)
specialize(file2)
force_details = Config().force_details
with profile("has_same_content_as", file1):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment