This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebCL] Let WebCLEvent.prototype.getProfilingInfo() return 64-bit pro…
…filing info. The profiling info of an event is a 64-bit value that describes the current device time counter in nanoseconds (https://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/clGetEventProfilingInfo.html), but in previous implementation it was implicitly casted as a 32-bit integer so that the return value can fit the binding code generated from the IDL interface, and thus made the return value almost useless. I believe it is a typo in the WebCL specification that caused the original defective IDL interface, and this commit fixes the problem. BUG=XWALK-6705
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters