Bug 33572 - [BREWMP] Port getCPUTime
Summary: [BREWMP] Port getCPUTime
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33564
  Show dependency treegraph
 
Reported: 2010-01-12 20:12 PST by Kwang Yul Seo
Modified: 2010-01-27 05:34 PST (History)
2 users (show)

See Also:


Attachments
Port getCPUTime to BREW (1.79 KB, patch)
2010-01-12 20:16 PST, Kwang Yul Seo
no flags Details | Formatted Diff | Diff
Port getCPUTime to BREW (1.75 KB, patch)
2010-01-22 18:50 PST, Kwang Yul Seo
eric: review-
Details | Formatted Diff | Diff
Port getCPUTime (1.72 KB, patch)
2010-01-26 17:49 PST, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-01-12 20:12:27 PST
Port getCPUTime with BREW's GETUPTIMEMS which returns a continuously and linearly increasing millisecond timer from the time the device was powered on. Because there is only one thread in BREW, this function is enough to implement getCPUTime.
Comment 1 Kwang Yul Seo 2010-01-12 20:16:50 PST
Created attachment 46424 [details]
Port getCPUTime to BREW
Comment 2 Kwang Yul Seo 2010-01-22 18:50:11 PST
Created attachment 47258 [details]
Port getCPUTime to BREW

Use PLATFORM(BREWMP)
Comment 3 Eric Seidel (no email) 2010-01-26 14:47:12 PST
Comment on attachment 47258 [details]
Port getCPUTime to BREW

COMPILE_ASSERT problem, as mentioned other places.
Comment 4 Kwang Yul Seo 2010-01-26 17:49:24 PST
Created attachment 47475 [details]
Port getCPUTime

"#undef COMPILE_ASSERT" is removed
Comment 5 Eric Seidel (no email) 2010-01-26 17:51:06 PST
Comment on attachment 47475 [details]
Port getCPUTime

LGTM.
Comment 6 WebKit Commit Bot 2010-01-27 05:34:30 PST
Comment on attachment 47475 [details]
Port getCPUTime

Clearing flags on attachment: 47475

Committed r53926: <http://trac.webkit.org/changeset/53926>
Comment 7 WebKit Commit Bot 2010-01-27 05:34:36 PST
All reviewed patches have been landed.  Closing bug.