p5sagit/Devel-Size.git
2012-10-10 Jonathan "Duke... Fix compiler warnings from clang 2.1
2012-10-05 Tim Bunce Polish docs and bump version for 0.03.
2012-10-04 Tim Bunce Skip nest invalidated by 5.17 change
2012-10-04 Tim Bunce Bump VERSION to 0.020_082
2012-10-04 Tim Bunce No longer chase CvSTART (dubious before 5.17 and broken...
2012-10-04 Tim Bunce Fix COPHH for PERL_BCDVERSION < 0x5013007
2012-10-03 Tim Bunce bump version
2012-10-03 Tim Bunce Fix for coredumped in t/recurse.t with a non-threaded...
2012-10-03 Tim Bunce Fix most backcompat issues (tested with 5.8.9)
2012-10-03 Tim Bunce PL_apiversion PL_ofsgv PL_custom_ops. basecop->cop_stas...
2012-10-03 Tim Bunce parser compcv vs comppad
2012-10-03 Tim Bunce avoid COPHH and define CopHINTHASH_get if not defined
2012-10-03 Tim Bunce Fix pod coverage.
2012-10-03 Tim Bunce tweak .gitignore
2012-10-03 Tim Bunce applied ppport.h recommended patch
2012-10-03 Tim Bunce update ppport.h to 3.20
2012-10-03 Tim Bunce Update MANIFEST. Tweak VERSION for dev release.
2012-10-02 Tim Bunce Fix sizeme_store.pl pod typo. Make -d:SizeMe be special...
2012-10-02 Tim Bunce Move sizeme_graph.pl to bin and the static files into...
2012-10-02 Tim Bunce Polish sizeme_graph.pl
2012-10-02 Tim Bunce Only set SIZEME for -d mode. Fix assertion when SIZEME...
2012-10-02 Tim Bunce More docs and other polish for release.
2012-10-02 Tim Bunce Tweak tooltip.
2012-10-02 Tim Bunce Merge any node with a single child. Added --showid...
2012-10-02 Tim Bunce Remove 'pre attr'. Other minor cleanup.
2012-10-02 Tim Bunce renaming for static/sizeme_graph.pl
2012-10-02 Tim Bunce Merge remote-tracking branch 'origin/rafl' into tim...
2012-10-02 Tim Bunce Rename to Devel::SizeMe
2012-10-02 Tim Bunce Assorted minor changes.
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 Tim Bunce make hash keys be a he+hek node that has the value...
2012-09-30 Tim Bunce Mark suspect PERL_SUBVERSION macros
2012-09-30 Tim Bunce tweak --showid output
2012-09-30 Tim Bunce Rework AV index labels to avoid using NPattr_PRE_ATTR
2012-09-30 Tim Bunce add external gz mechanism as experiment (~3 pct)
2012-09-30 Tim Bunce Show duration of SizeMe streaming
2012-09-30 Tim Bunce cope with array index name attr being undef
2012-09-30 Tim Bunce Make sv_size return true if sv not seen before.
2012-09-30 Florian Ragwitz Add a missing dependency
2012-09-30 Tim Bunce Add S & E tokens, plus timing.
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-30 Tim Bunce First steps migrating to SizeMe
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...
next