p5sagit/Devel-Size.git
2012-10-01 Florian Ragwitz Count all stack frames, not just the used ones rafl
2012-10-01 Florian Ragwitz Fix a bunch of warnings
2012-10-01 Florian Ragwitz Add a few more global pointers
2012-10-01 Florian Ragwitz Add more interpreter globals
2012-10-01 Florian Ragwitz Count PerlInterpreter when applicable
2012-10-01 Florian Ragwitz For PL_compiling, don't count the actual OP
2012-10-01 Florian Ragwitz Allow the op structure to not be counted
2012-10-01 Florian Ragwitz Add a few more globals
2012-10-01 Florian Ragwitz Always count PL_compiling as a COP
2012-10-01 Florian Ragwitz Factor out op class guessing
2012-10-01 Florian Ragwitz Attempt to count PL_compiling
2012-10-01 Florian Ragwitz Count lexical hint hashes in COPs
2012-10-01 Florian Ragwitz Add refcounted_he structs counting
2012-10-01 Florian Ragwitz Attempt to extract the refcounted_he definition
2012-09-30 Florian Ragwitz Add a missing dependency
2012-09-30 Florian Ragwitz Move SvSTASH counting from SVt_PVCV to >= SVt_PVMG
2012-09-30 Florian Ragwitz For non-magical XPVMGs, count OURSTASH for if present
2012-09-30 Florian Ragwitz Only attempt to count magic on magical SVs
2012-09-30 Florian Ragwitz Fix compilation on perls with IMPLICIT_CONTEXT
2012-09-28 Tim Bunce More prereqs tim-20120929-d-m
2012-09-28 Tim Bunce Merge branch 'tim-20120929-d-m' of git.shadowcat.co...
2012-09-28 Tim Bunce Don't "open -a Graphviz $opt_dot" unless on OSX
2012-09-28 Tim Bunce tweak .gitignore
2012-09-28 Tim Bunce add some PREREQ_PM
2012-09-28 timbo Fix mstats scope
2012-09-28 Tim Bunce mstats() isn't very portable
2012-09-28 Tim Bunce Mega rename to Devel::Memory commit
2012-09-28 Tim Bunce add TODO
2012-09-28 Tim Bunce Split out a new heap_size() function. Add TODO. Special...
2012-09-28 Tim Bunce tweak Children tooltip
2012-09-28 Tim Bunce Add "->" to link names for --text.
2012-09-28 Tim Bunce Add logarea param via referer. add bytesToSize. Polish...
2012-09-27 Tim Bunce update notes.txt
2012-09-27 Tim Bunce Hack to enable log scale for treemap nodes (disabled)
2012-09-27 Tim Bunce Fix for scalar attr and assorted clenups
2012-09-27 Tim Bunce check for AVelem, remove Dwarn
2012-09-27 Tim Bunce tweaks
2012-09-26 Tim Bunce Add PRE_ATTR and use it for array indices.
2012-09-26 Tim Bunce Apply SOME_RECURSION to CvOUTSIDE for now
2012-09-26 Tim Bunce Add 'ADD_PRE_ATTR' mechanism so we can output attrs...
2012-09-26 Tim Bunce Using check_new doesn't work for padlist_size. Mark...
2012-09-26 Tim Bunce Use check_new in padlist_size.
2012-09-26 Tim Bunce Pad names almost working. Some asorted code cleanup.
2012-09-26 Tim Bunce Change env var name
2012-09-26 Tim Bunce Recurse into CvPADLISTs
2012-09-26 Tim Bunce Note need to treat HEs as nodes. Warn on suspect HeVAL
2012-09-25 Tim Bunce Don't chase magic unless SvMAGICAL
2012-09-25 Tim Bunce Tweak node naming (remove + )
2012-09-25 Tim Bunce Faster transitions
2012-09-25 Tim Bunce Fix for single node.
2012-09-25 Tim Bunce Chase cop_stash only if refcnt==1. Move MG to end of...
2012-09-25 Tim Bunce Larger label font. workaround jit bug where old tooltip...
2012-09-25 Tim Bunce no longer size CvSTASH perl RT79366
2012-09-25 Tim Bunce Drop json out. Write dot to file. Add 'text' tree mode.
2012-09-25 Tim Bunce Unused svhead arena space. Scan arenas for unseen SVs...
2012-09-25 Tim Bunce Note that the mouse-over doesn't work with Label:{...
2012-09-23 Tim Bunce Added local jquery-1.8.1-min.js so internet isn't needed
2012-09-23 Tim Bunce Fixed stringification ot root node. Fix handling of...
2012-09-23 Tim Bunce Added node type to db. Added showid option.
2012-09-23 Tim Bunce Make levelsToShow more variable
2012-09-23 Tim Bunce Fix NPathPushNode not (re)setting seqn, not perl_size...
2012-09-23 Tim Bunce Add more items to perl_size()
2012-09-22 Tim Bunce Polish up dot output, incl adding sizes
2012-09-22 Tim Bunce fix name escaping
2012-09-22 Tim Bunce Use link nodes to label links.
2012-09-22 Tim Bunce Fix link-to-link for op_size.
2012-09-22 Tim Bunce add basic dot format output
2012-09-22 Tim Bunce Control recursion threshold to enable more accurate...
2012-09-20 Tim Bunce rm some old files
2012-09-20 Tim Bunce Lots of progress.
2012-09-20 Tim Bunce smarten up the tooltip
2012-09-19 Tim Bunce basic leaves pass-thru
2012-09-19 Tim Bunce basic attribute pass-thru
2012-09-19 Tim Bunce A little polish
2012-09-19 Tim Bunce single-child node merging working
2012-09-19 Tim Bunce split transform nodes away from fetch
2012-09-18 Tim Bunce drill down with basic tooltip
2012-09-17 Tim Bunce on-demand treemap working, though rough
2012-09-16 Tim Bunce Working(ish) on demand demo using statis data
2012-09-12 Tim Bunce Working on removing links from the output path
2012-09-11 Tim Bunce Rename dNPathSetNode->NPathPushNode and rework magic_si...
2012-09-11 Tim Bunce Generate json and initial experiments with a treemap.
2012-09-11 Tim Bunce Add memnodes.pl script to process output stream.
2012-09-10 Tim Bunce Add node stream file format (plain text for now)
2012-09-10 Tim Bunce Added perl_size()
2012-09-10 Tim Bunce Squashed commit of all initial work on the 'name path...
2012-08-15 Tim Bunce Spelling fix to docs from gregor herrmann [CPAN #78766]
2012-07-30 Nicholas Clark Bump $VERSION to 0.78_50
2012-07-30 Nicholas Clark This is 0.78 - update META.yml and META.json
2012-07-30 Nicholas Clark Bump $VERSION to 0.78
2012-07-30 Nicholas Clark This is 0.77_51 - update META.yml and META.json
2012-07-30 bulk 88 Correct the code for structured exception handling...
2012-07-30 Nicholas Clark Bump $VERSION to 0.77_51
2012-07-30 Nicholas Clark This is 0.77_50 - update META.yml, and add META.json
2012-02-10 Nicholas Clark Skip tests in t/magic.t that use formline on 5.8.1...
2012-02-10 Nicholas Clark Refactor t/globs.t to avoid the side effects of a chang...
2011-05-16 Nicholas Clark Bump $VERSION to 0.77_50
2011-05-16 Nicholas Clark This is 0.77 - update META.yml
2011-05-16 Nicholas Clark Bump $VERSION to 0.77
2011-05-12 Nicholas Clark This is 0.76_50 - update META.yml
next