diff --git a/src/ProfilerInterface.php b/src/ProfilerInterface.php index 2fa3d038..a6e8c989 100644 --- a/src/ProfilerInterface.php +++ b/src/ProfilerInterface.php @@ -69,4 +69,14 @@ public function addProfile( * */ public function getProfiles(); + + + /** + * + * Reset all the profiles + * + * @return null + * + */ + public function resetProfiles(); }