ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Profile times as counter of microseconds [µs] or empty string.
The function returns 5 individual numbers, each representing the time span of a corresponding action
during the execution of computation creating the array result. Each number measures the number of µs since the
computation was triggered programmatically. The actions are as follows:
Returns the performance profiling information of the last command writing to this array, if available.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Return Value
Type: StringProfile times as counter of microseconds [µs] or empty string.
Remarks
- when the computation identified by event is enqueued in a command-queue by the host (commonly 0).
- when the command has been submitted by the host to the device.
- when the computation starts execution on the device.
- when the computation has finished execution on the device.
- when the computation and any child commands enqueued by this computation on the device have finished execution.
[ILNumerics Core Module]
See Also