Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perf-instrumentation
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
fc1d9c4fbf4eab6f5aa74065635c1ae40851b069
Select Git revision
Branches
15
numpy
mem-stat-attribution-differences
push-at-h-do-parse
token-display
detailed-stats-allocation-count
master
default
protected
detailed-arena-stats
partial-ast
init-flow-refactor
status-display
runtime-function-length
breakpoint-manager-refactor
init-functions-as-parameter
parser-hierarchy
api-WIP
Tags
1
after-byte-count-revision
16 results
perf-instrumentation
Author
Search by author
Any Author
authors
pompolic
Pompolic
1 author
May 08, 2023
Disable profiling on AST commands
· fc1d9c4f
pompolic
authored
1 year ago
fc1d9c4f
Apr 27, 2023
Remove TODO entry
· 9ea4f92b
pompolic
authored
1 year ago
9ea4f92b
Fix remaining errors/failures
· 148dbfa6
pompolic
authored
1 year ago
148dbfa6
Fix typo
· f43426f7
pompolic
authored
1 year ago
f43426f7
Fix some erroring tests
· e1df3fa8
pompolic
authored
1 year ago
e1df3fa8
Apr 21, 2023
Start adding setUpClass() for tests that need to deal with HArenas
· bbf41b8b
pompolic
authored
1 year ago
bbf41b8b
Add horrible hack to set fields of our mock objects in memory
· 382107b8
pompolic
authored
1 year ago
382107b8
Second attempt at allocation in inferior, this seems to work
· 321316b3
pompolic
authored
1 year ago
321316b3
Initialize a HArena for tests
· 37b472e0
pompolic
authored
1 year ago
37b472e0
Apr 18, 2023
ParserStack.push() now takes 'arena' as parameter
· 7184e329
pompolic
authored
1 year ago
Also added some asserts before further edits
7184e329
Remove additional variable, edit comment
· e90eee97
pompolic
authored
1 year ago
e90eee97
More cleanup
· 125507a4
pompolic
authored
1 year ago
125507a4
Clean up remnants of previous algorithm
· ae44f447
pompolic
authored
1 year ago
ae44f447
Remove one more extraneous variable
· e707737e
pompolic
authored
1 year ago
e707737e
Remove dead code
· b1dc6771
pompolic
authored
1 year ago
b1dc6771
Add TODO to make a mock HArena
· dcab888e
pompolic
authored
1 year ago
dcab888e
Update test
· 793452a4
pompolic
authored
1 year ago
793452a4
Comment out more print statements
· a259610b
pompolic
authored
1 year ago
a259610b
Remove unused variables
· 47431d3f
pompolic
authored
1 year ago
47431d3f
Apr 14, 2023
Somewhat clearer conditionals
· b8e3f944
pompolic
authored
1 year ago
b8e3f944
Add debug statement
· 36bbe14c
pompolic
authored
1 year ago
36bbe14c
Move pop_allocs declaration
· 26d88209
pompolic
authored
1 year ago
26d88209
Proceed with refactor
· 3b7b9861
pompolic
authored
1 year ago
3b7b9861
Rename push_allocs -> pop_allocs, remove superfluous assert
· 13393440
pompolic
authored
1 year ago
13393440
Minor readability fix
· d95025d7
pompolic
authored
1 year ago
d95025d7
Add debug print
· ce492d5d
pompolic
authored
1 year ago
ce492d5d
Fix miscalculating allocations in the current frame on pop
· e9886323
pompolic
authored
1 year ago
e9886323
Attempt to fix double counting allocations
· 03c5d1b8
pompolic
authored
1 year ago
03c5d1b8
Fix swapped operands, more debug print
· 25043dbc
pompolic
authored
1 year ago
25043dbc
Add comment, and debug print()
· 6a218c9e
pompolic
authored
1 year ago
6a218c9e
ParserStack.push() now knows if it should update memory stats
· 1f0feb7f
pompolic
authored
1 year ago
1f0feb7f
Consistent use of commit_at vs commit_on
· f2f25aac
pompolic
authored
1 year ago
f2f25aac
New parameter to ParserStack.pop(), should_commit
· 38b6736d
pompolic
authored
1 year ago
38b6736d
Hook up new functions with ParserStack.pop()
· 5ab78978
pompolic
authored
1 year ago
5ab78978
Apr 13, 2023
Sum up memory allocations in commit_at_push()
· c8bfae14
pompolic
authored
1 year ago
c8bfae14
Update comments, debug lines, start working out commit_at_push()
· e745184a
pompolic
authored
1 year ago
e745184a
Start work on commit_at_push()
· 9a739625
pompolic
authored
1 year ago
9a739625
(WIP) Finish commit_at_pop()
· eb2aee44
pompolic
authored
1 year ago
eb2aee44
(WIP) Handle one branch of commit_on_pop()
· 632616af
pompolic
authored
1 year ago
632616af
Working out the algorithm for committing memory stats
· 7febf81c
pompolic
authored
1 year ago
7febf81c
Loading