“Procedure Requests” reports the number of times stored procedures were executed.
When a procedure is executed, these possibilities exist:
An idle copy of the query plan in memory, so it is copied and used.
No copy of the procedure is in memory, or all copies of the plan in memory are in use, so the procedure must be read from disk.