Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perf-instrumentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
safedocs-ta2-profiling
perf-instrumentation
Commits
ae44f44745e2ac3a2c88932bc2683a7090eb7d80
Select Git revision
0 results
perf-instrumentation
Author
Search by author
Any Author
authors
0 authors
Apr 18, 2023
Clean up remnants of previous algorithm
· ae44f447
pompolic
authored
2 years ago
ae44f447
Remove one more extraneous variable
· e707737e
pompolic
authored
2 years ago
e707737e
Remove dead code
· b1dc6771
pompolic
authored
2 years ago
b1dc6771
Add TODO to make a mock HArena
· dcab888e
pompolic
authored
2 years ago
dcab888e
Update test
· 793452a4
pompolic
authored
2 years ago
793452a4
Comment out more print statements
· a259610b
pompolic
authored
2 years ago
a259610b
Remove unused variables
· 47431d3f
pompolic
authored
2 years ago
47431d3f
Apr 14, 2023
Somewhat clearer conditionals
· b8e3f944
pompolic
authored
2 years ago
b8e3f944
Add debug statement
· 36bbe14c
pompolic
authored
2 years ago
36bbe14c
Move pop_allocs declaration
· 26d88209
pompolic
authored
2 years ago
26d88209
Proceed with refactor
· 3b7b9861
pompolic
authored
2 years ago
3b7b9861
Rename push_allocs -> pop_allocs, remove superfluous assert
· 13393440
pompolic
authored
2 years ago
13393440
Minor readability fix
· d95025d7
pompolic
authored
2 years ago
d95025d7
Add debug print
· ce492d5d
pompolic
authored
2 years ago
ce492d5d
Fix miscalculating allocations in the current frame on pop
· e9886323
pompolic
authored
2 years ago
e9886323
Attempt to fix double counting allocations
· 03c5d1b8
pompolic
authored
2 years ago
03c5d1b8
Fix swapped operands, more debug print
· 25043dbc
pompolic
authored
2 years ago
25043dbc
Add comment, and debug print()
· 6a218c9e
pompolic
authored
2 years ago
6a218c9e
ParserStack.push() now knows if it should update memory stats
· 1f0feb7f
pompolic
authored
2 years ago
1f0feb7f
Consistent use of commit_at vs commit_on
· f2f25aac
pompolic
authored
2 years ago
f2f25aac
New parameter to ParserStack.pop(), should_commit
· 38b6736d
pompolic
authored
2 years ago
38b6736d
Hook up new functions with ParserStack.pop()
· 5ab78978
pompolic
authored
2 years ago
5ab78978
Apr 13, 2023
Sum up memory allocations in commit_at_push()
· c8bfae14
pompolic
authored
2 years ago
c8bfae14
Update comments, debug lines, start working out commit_at_push()
· e745184a
pompolic
authored
2 years ago
e745184a
Start work on commit_at_push()
· 9a739625
pompolic
authored
2 years ago
9a739625
(WIP) Finish commit_at_pop()
· eb2aee44
pompolic
authored
2 years ago
eb2aee44
(WIP) Handle one branch of commit_on_pop()
· 632616af
pompolic
authored
2 years ago
632616af
Working out the algorithm for committing memory stats
· 7febf81c
pompolic
authored
2 years ago
7febf81c
Important note about stack event semantics
· 36a2ee29
pompolic
authored
2 years ago
36a2ee29
(WIP) Stack event will now also hold a reference to the appropriate parser
· fe576ada
pompolic
authored
2 years ago
fe576ada
(WIP) More comments about invariants
· 3f1b78fe
pompolic
authored
2 years ago
3f1b78fe
Apr 12, 2023
(WIP) Continue description
· 403480be
pompolic
authored
2 years ago
403480be
(WIP) more comments
· 093626a5
pompolic
authored
2 years ago
093626a5
(WIP) Update comment explaining stack_events
· d6b037c4
pompolic
authored
2 years ago
d6b037c4
Apr 11, 2023
(WIP) ParserStack.calculate_and_clear_pushes_at_end() wraps the nondestructive...
· cd3253f6
pompolic
authored
2 years ago
cd3253f6
(WIP) Attempt to explain variable
· 4f23402f
pompolic
authored
2 years ago
4f23402f
(WIP) Count allocations even if no parser on this stack has finished applying yet
· 0fe578bb
pompolic
authored
2 years ago
0fe578bb
Apr 07, 2023
More notes
· e2cb40da
pompolic
authored
2 years ago
e2cb40da
More comments
· a37dc8a8
pompolic
authored
2 years ago
a37dc8a8
Correct debug output
· 07356245
pompolic
authored
2 years ago
07356245
Loading