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
ce492d5d593e4a8e94fae6ff313bba4a58f9e501
Select Git revision
0 results
perf-instrumentation
Author
Search by author
Any Author
authors
0 authors
Apr 14, 2023
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
(WIP) print temporary data structures
· 0fdabd07
pompolic
authored
2 years ago
0fdabd07
Apr 05, 2023
(WIP) Hook up code to debug display
· 189eba22
pompolic
authored
2 years ago
189eba22
(WIP) Accounting for push events at the top of stack
· 187bdb3b
pompolic
authored
2 years ago
187bdb3b
Mar 31, 2023
(WIP commit) Add destructive version of previous function, rename compute -> calculate
· 2605146b
pompolic
authored
2 years ago
2605146b
Add general case to compute_pushes_at_end()
· a142cc76
pompolic
authored
2 years ago
a142cc76
(WIP commit) Support for updating Hammer based memory stats when HDoParseBreakpoint is hit
· 3460f262
pompolic
authored
2 years ago
3460f262
Comments
· a41c2111
pompolic
authored
2 years ago
a41c2111
Almost identical results
· 7b4bf2e6
pompolic
authored
2 years ago
7b4bf2e6
Add idea for doing it without recursion
· 279560db
pompolic
authored
2 years ago
279560db
Add # DEBUG comments
· 78cf34f2
pompolic
authored
2 years ago
78cf34f2
Fix IndexError
· 6e9b1185
pompolic
authored
2 years ago
6e9b1185
Functiion to compute memory use of a slice of the stack
· 1bad3257
pompolic
authored
2 years ago
1bad3257
Functions to compute the allocations of a single stack frame
· 3087d731
pompolic
authored
2 years ago
3087d731
Loading