Skip to content

Commit

Permalink
add resetProfiles() to the ProfilerInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Aug 24, 2014
1 parent e24c917 commit 1d1c4ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ProfilerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,14 @@ public function addProfile(
*
*/
public function getProfiles();


/**
*
* Reset all the profiles
*
* @return null
*
*/
public function resetProfiles();
}

0 comments on commit 1d1c4ae

Please sign in to comment.