Details
Description
profile_find.js can fail erroneously when it assumes the latest profiler entry is for a query it ran. Sometimes the latest profile entry is for a killcursors command that is run by the shell. We should change profile_find.js to filter the profiler entries for {op: "query"}.