Title:
[code profiler] some CF built-in function are not being captured in tag/function and code flow tab
| View in TrackerStatus/Resolution/Reason: To Fix//BugVerified
Reporter/Name(from Bugbase): / ()
Created: 07/19/2018
Components: PMT, Code Profiler
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: GM_build /
Priority/Frequency: Major / All users will encounter
Locale/System: /
Vote Count: 0
Problem:
[code profiler] some CF built-in function are not captured in tag/function tab
Method:
# Configure CF with PMT
# Navigate to code profiler
# Start code profiler on server
# Execute below one sample code snippet for find().
# stop profiling and view result
We can find so many examples for CF built-in in [https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-by-category.html]
{code:java}
<p><cfoutput>find("quick","The quick brown fox jumped over the lazy dog.") is <b>#find("quick","The quick brown fox jumped over the lazy dog.")#</b></cfoutput></p>{code}
Result:
# Some ColdFusion Built-in function are not being captured in tag/function tab and code flow
# Because of above , we can see difference in time shown for server and time spent in code flow.
Expected:
Workaround:
Note:
Attachments:
Comments: