<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>77364</bug_id>
          
          <creation_ts>2012-01-30 13:17:19 -0800</creation_ts>
          <short_desc>Performance tests should let garbage collection happen at an arbitrary time and report the GC time separately</short_desc>
          <delta_ts>2012-02-01 17:42:07 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>77037</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>andersca</cc>
    
    <cc>eric</cc>
    
    <cc>leviw</cc>
    
    <cc>morrita</cc>
    
    <cc>oliver</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>545349</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-01-30 13:17:19 -0800</bug_when>
    <thetext>After http://trac.webkit.org/changeset/106211, we force gc() after each test run. However, we should also have a way to measure the time we spend in garbage collection and report it separately. e.g. if we some changeset make us spend 1000ms in gc instead of 100ms, then performance tests should capture that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>545356</commentid>
    <comment_count>1</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-01-30 13:20:38 -0800</bug_when>
    <thetext>This is a nice-to-have feature but I wouldn&apos;t prioritize it at the moment.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547526</commentid>
    <comment_count>2</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2012-02-01 17:42:07 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; This is a nice-to-have feature but I wouldn&apos;t prioritize it at the moment.
And it makes less sense for modern VMs which has generational/incremental GC.
V8 has it. And JSC also has or is going to have one.

What we need is, IMO, the profiler dump for each (or part of) test run.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>