Changeset 174322 in webkit for trunk/Source/JavaScriptCore/API


Ignore:
Timestamp:
Oct 4, 2014, 2:55:58 PM (11 years ago)
Author:
Brian Burg
Message:

Unreviewed, rolling out r174319.

Causes assertions in fast/profiler tests. Needs nontrivial
investigation, will take offline.

Reverted changeset:

"Web Inspector: timelines should not count time elapsed while
paused in the debugger"
https://bugs.webkit.org/show_bug.cgi?id=136351
http://trac.webkit.org/changeset/174319

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSProfilerPrivate.cpp

    r174319 r174322  
    3535void JSStartProfiling(JSContextRef ctx, JSStringRef title)
    3636{
    37     LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string(), Stopwatch::create());
     37    LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string());
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.