22
edits
No edit summary |
|||
| Line 26: | Line 26: | ||
<dd>Returns all profile information gathered. The data returned is all that is collected between the last invocation of reset() and all the sample data. | <dd>Returns all profile information gathered. The data returned is all that is collected between the last invocation of reset() and all the sample data. | ||
<dt>samples() | <dt>samples() | ||
<dd>Returns all profiling samples gathered. The data returned is all that is collected between the last invocation of reset() and now. | <dd>Returns all profiling samples gathered. The data returned is all that is collected between the last invocation of reset() and now. If profiling is turned on, it is disabled for the duration of this function. | ||
<dt>reset() | <dt>reset() | ||
<dd>Resets all information that is stored. This includes samples and also frame() information. | <dd>Resets all information that is stored. This includes samples and also frame() information. | ||
edits