#58- View I/O operations
http://www.intellij.net/tracker/netprofiler/viewSCR?publicId=58
What about the ability to show only the invocations where I/O operations are done? Just like file reading writing, remoting stream reading writing and database reading writing.
In some cases I want to see only the performance of all I/O operations.
Regards,
Mark Monster
Please sign in to leave a comment.
Hmm... How could we detect that some call is I/O operation? I think that's quite difficult to do.
http://www.intellij.net/tracker/netprofiler/viewSCR?publicId=58
State of this request was changed from "Submitted" to "To be discussed"
Priority: ?
Planned for version: ]]>
What about capturing the operations that use System.IO for fileoperations. System.Data for database operations (I think) System.Net for Network operations.