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
189eba22fcdce2316f3804f686418dacab12362a
Select Git revision
0 results
perf-instrumentation
Author
Search by author
Any Author
authors
0 authors
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
Keep track of arena memory use at each stack push/pop
· a6c29ba6
pompolic
authored
2 years ago
a6c29ba6
Mar 28, 2023
(WIP commit) Sketch up a new approach to summing memory allocations
· cfb22897
pompolic
authored
2 years ago
cfb22897
Mar 27, 2023
Comment fix
· 2e0f1ccc
pompolic
authored
2 years ago
2e0f1ccc
(WIP commit) Error messages seemingly fixed
· 62687583
pompolic
authored
2 years ago
62687583
(WIP commit) next try
· 1269a006
pompolic
authored
2 years ago
1269a006
(WIP commit) Type bug identified, add TODO entry
· 64fbf621
pompolic
authored
2 years ago
64fbf621
Mar 21, 2023
WIP commit (broken)
· 62bdaacb
pompolic
authored
2 years ago
62bdaacb
Add new file to example scripts
· 6740b54c
pompolic
authored
2 years ago
6740b54c
Refactor a bit
· ef1d8397
pompolic
authored
2 years ago
ef1d8397
Remove old code
· 64ad7686
pompolic
authored
2 years ago
64ad7686
Fix copypaste error
· b6b1b2db
pompolic
authored
2 years ago
b6b1b2db
WIP commit, move bookkeping to ParserStack.pop()
· 0c0ef2b2
pompolic
authored
2 years ago
0c0ef2b2
WIP integration test for hammer based stats
· c7c5e215
pompolic
authored
2 years ago
c7c5e215
Move computing intermediate results on push to ParserStack
· 1221f080
pompolic
authored
2 years ago
1221f080
Mar 16, 2023
Add relevant variables to ParserStack
· ab952e32
pompolic
authored
2 years ago
ab952e32
Identify bug relating to negative reported allocation counts
· 65dd59e0
pompolic
authored
2 years ago
65dd59e0
Clean up bytes_since_last_h_do_parse when shrinking the call graph
· 4edd6266
pompolic
authored
2 years ago
4edd6266
Mar 15, 2023
Update ParserStack with list for allocated bytes in a particular frame
· 98f1445c
pompolic
authored
2 years ago
98f1445c
Store partial allocation counts in a list when growing the call stack
· a23bcbf0
pompolic
authored
2 years ago
a23bcbf0
Mar 13, 2023
Keep track of allocations between h_do_parse calls
· 4e6bf884
pompolic
authored
2 years ago
4e6bf884
Early-out of enter_h_arena_malloc_raw when not in use
· ce2161aa
pompolic
authored
2 years ago
ce2161aa
Merge branch 'push-at-h-do-parse'
· 2164dc6d
pompolic
authored
2 years ago
View commits for tag after-byte-count-revision
after-byte-count-revision
2164dc6d
Mar 07, 2023
Forgot to set up test fixtures
· f837c0b6
pompolic
authored
2 years ago
f837c0b6
Feb 28, 2023
More tests, fix errors
· c5a0085c
pompolic
authored
2 years ago
c5a0085c
(WIP) Explicit test for where malloc calls should add the memory use
· 252a6bf9
pompolic
authored
2 years ago
252a6bf9
Feb 23, 2023
Add HParseState fixture for testing return_from_h_do_parse()
· d949c618
pompolic
authored
2 years ago
d949c618
Feb 22, 2023
Fix accidentally making new Parser objects for self.a and self.b
· 80e02b49
pompolic
authored
2 years ago
80e02b49
Some of the tests pass
· bfc5f1e3
pompolic
authored
2 years ago
bfc5f1e3
Loading