Skip to content
Snippets Groups Projects
Select Git revision
  • api-WIP
  • breakpoint-manager-refactor
  • detailed-arena-stats
  • detailed-stats-allocation-count
  • init-flow-refactor
  • init-functions-as-parameter
  • master default protected
  • mem-stat-attribution-differences
  • numpy
  • parser-hierarchy
  • partial-ast
  • push-at-h-do-parse
  • runtime-function-length
  • status-display
  • token-display
  • after-byte-count-revision
16 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.015May141311109827Apr211815141312117531Mar282721161513728Feb232221151210931Jan2625238Dec630Nov292825161411987431Oct2827252421201817141211107528Sep272625Jul21201814131211630Jun292827232221201715141398731May3020191817161228Apr2725212019181514131115Feb11831Jan211931Dec30282723222117Nov1615121198432120Sep1715139876130Aug1817161312116Jul530Jun29252421191711987427May14Import numpynumpynumpyComment out profiler.enable() and .disable() callsmem-stat-attrib…mem-stat-attribution-differencesFix attempting to add memory use to parser at address 0x0Remove add_mem_use() from ParserStack.commit_on_pop()(WIP) Workaround for AttributeError(WIP) Update ParserStack.push() and .pop()(WIP) Reorganize pending allocations data structure(WIP) remove stray .add_mem_use()Propagate alloc data up to TopLevelParse, then back down to individual parsers(WIP) Add missing 'self' parameters(WIP) typo fix(WIP) commit pending allocations when stopping at breakpoint(WIP) Fix typos(WIP) Update self.pending_allocs directly(WIP) add missing 'self' parameter(WIP) commit_at_pop no longer updates the parsers directlyUpdate gather_allocations_in_parser_stacks() (WIP)WIP commitWIP commitTry to reduce amount of times we iterate over a listChange add_mem_use to use dict.get() instead of a conditional statementRemove some debug assertsComment out other .add_mem_use() tooAggregate allocs per parser in ParserStack.pop()Add more tests, remove mallocs in hammer stats testSkip some more tests if we're using hammer statsTest shouldn't fail when bytes_used is emptySet TopLevelParse unit test to use HArena* instead of a HArenaFix unittest.skipIf decoratorDisable profiling on AST commandsRemove TODO entryFix remaining errors/failuresFix typoFix some erroring testsStart adding setUpClass() for tests that need to deal with HArenasAdd horrible hack to set fields of our mock objects in memorySecond attempt at allocation in inferior, this seems to workInitialize a HArena for testsParserStack.push() now takes 'arena' as parameterRemove additional variable, edit comment
Loading