1. 18 Nov, 2016 1 commit
    • clemensh's avatar
      Refactor StringStream Add methods · a00e1a57
      clemensh authored
      Instead of having functions for 0 to 5 arguments, we now have a
      variadic template, allowing for an arbitrary number of arguments.
      I also refactored the internal FmtElm class to only include the type
      field if building for debug, because it is only used in this setting.
      
      R=titzer@chromium.org, ahaas@chromium.org
      
      Review-Url: https://codereview.chromium.org/2507093004
      Cr-Commit-Position: refs/heads/master@{#41099}
      a00e1a57
  2. 25 Jul, 2016 2 commits
  3. 30 Sep, 2015 1 commit
  4. 04 Sep, 2015 1 commit
  5. 11 Aug, 2015 1 commit
  6. 13 Jul, 2015 1 commit
  7. 05 Jun, 2015 1 commit
  8. 20 Apr, 2015 1 commit
  9. 12 Dec, 2014 1 commit
  10. 02 Sep, 2014 1 commit
  11. 03 Jul, 2014 1 commit
  12. 03 Jun, 2014 1 commit
  13. 31 Mar, 2014 1 commit
  14. 11 Sep, 2013 1 commit
  15. 03 Sep, 2013 1 commit
  16. 24 May, 2013 1 commit
  17. 16 May, 2013 1 commit
  18. 09 Sep, 2011 1 commit
  19. 08 Sep, 2011 1 commit
  20. 20 Dec, 2010 1 commit
  21. 07 Dec, 2010 3 commits
  22. 16 Sep, 2009 1 commit
    • mikhail.naganov@gmail.com's avatar
      Add initial version of retainers heap profile. · abc0bd46
      mikhail.naganov@gmail.com authored
      The profile is taken together with constructors profile. In theory, it
      should represent a complete heap graph. However, this takes a lot of memory,
      so it is reduced to a more compact, but still useful form. Namely:
      
       - objects are aggregated by their constructors, except for Array and Object
         instances, that are too hetereogeneous;
      
       - for Arrays and Objects, initially every instance is concerned, but then
         they are grouped together based on their retainer graph paths similarity (e.g.
         if two objects has the same retainer, they are considered equal);
      
      Review URL: http://codereview.chromium.org/200132
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2903 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      abc0bd46
  23. 03 Aug, 2009 1 commit
  24. 22 Jul, 2009 1 commit
  25. 25 May, 2009 1 commit
  26. 05 May, 2009 1 commit
  27. 16 Apr, 2009 1 commit
  28. 25 Nov, 2008 1 commit
  29. 11 Nov, 2008 1 commit
  30. 09 Sep, 2008 1 commit
  31. 28 Aug, 2008 1 commit
  32. 28 Jul, 2008 1 commit
  33. 03 Jul, 2008 1 commit