[#BloombergLP-balb-PerformanceMonitor-find] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PerformanceMonitor.adoc[PerformanceMonitor]::find :relfileprefix: ../../../ :mrdocs: Return the iterator pointing to the set of collected performance statistics for the specified `pid` if `pid` has been registered with this performance monitor through the `registerPid` function, otherwise return `end()`. A `pid` value of zero is translated to the current process id. == Synopsis Declared in `<balb_performancemonitor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balb/PerformanceMonitor/ConstIterator.adoc[PerformanceMonitor::ConstIterator] find(int pid) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#