I have attached a screenshot of the cProfile results of a Python script. I know the second line refers to a geoprocessing function in the arcpy site-package. However, I am unclear what the first line refers to:
C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\geoprocessing_base.py:498()
I see line 1 was called 3 times at 72s per call and line two was called once for 216s per call. However, these do not appear to add up to 219s. How should I interpret these results?