mirror of https://github.com/acidanthera/audk.git
Function comments have been checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6655 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
73fa61fc78
commit
8404146cfa
|
@ -38,6 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
@retval RETURN_SUCCESS The start of the measurement was recorded.
|
||||
@retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.
|
||||
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
|
||||
|
||||
**/
|
||||
RETURN_STATUS
|
||||
|
@ -70,6 +71,7 @@ StartPerformanceMeasurement (
|
|||
|
||||
@retval RETURN_SUCCESS The end of the measurement was recorded.
|
||||
@retval RETURN_NOT_FOUND The specified measurement record could not be found.
|
||||
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
|
||||
|
||||
**/
|
||||
RETURN_STATUS
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
@retval RETURN_SUCCESS The start of the measurement was recorded.
|
||||
@retval RETURN_OUT_OF_RESOURCES There are not enough resources to record the measurement.
|
||||
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
|
||||
|
||||
**/
|
||||
RETURN_STATUS
|
||||
|
@ -73,6 +74,7 @@ StartPerformanceMeasurement (
|
|||
|
||||
@retval RETURN_SUCCESS The end of the measurement was recorded.
|
||||
@retval RETURN_NOT_FOUND The specified measurement record could not be found.
|
||||
@retval RETURN_DEVICE_ERROR A device error reading the time stamp.
|
||||
|
||||
**/
|
||||
RETURN_STATUS
|
||||
|
|
Loading…
Reference in New Issue