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
61dbaeb92705396e1c12336ae8db22b9d86a63ed
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
Feb 21, 2023
Add test to catch wrongly attributed allocations (broken)
· 61dbaeb9
pompolic
authored
2 years ago
61dbaeb9
Explicitly add and skip a test for return_from_perform_lowlevel_parse
· 9632e23a
pompolic
authored
2 years ago
9632e23a
Tests pass again
· f707cd07
pompolic
authored
2 years ago
f707cd07
Feb 10, 2023
Remove old test, clean up code
· 1507c80d
pompolic
authored
2 years ago
1507c80d
Remove another reference to h_do_parse_parser
· 4f7177d6
pompolic
authored
2 years ago
4f7177d6
Update tests, remove reference to h_do_parse_parser
· 2587eb44
pompolic
authored
2 years ago
2587eb44
Update test, since bytes_used now indexes by arena
· 8658487c
pompolic
authored
2 years ago
8658487c
Disable debug code
· 33565ff1
pompolic
authored
2 years ago
33565ff1
Feb 09, 2023
Fix error in HammerParserCurrentEnv
· 0e13f6f2
pompolic
authored
2 years ago
0e13f6f2
Actually remove h_do_parse_parser
· 1110684c
pompolic
authored
2 years ago
1110684c
Jan 31, 2023
Move stack pop at the end of function
· cdc0d140
pompolic
authored
2 years ago
cdc0d140
(Broken) Move parser_stack.pop() to return_from_h_do_parse()
· d839dac4
pompolic
authored
2 years ago
d839dac4
(WIP) Backtrace command now only needs to print the stack
· 9d06c7dd
pompolic
authored
2 years ago
9d06c7dd
Forgot to assign to instance variable
· bf0f12c8
pompolic
authored
2 years ago
bf0f12c8
Move parser_stack.push() to h_do_parse
· be2a3d1d
pompolic
authored
2 years ago
be2a3d1d
Add some debug statements
· f01da1e9
pompolic
authored
2 years ago
f01da1e9
Jan 26, 2023
Fix copypaste errors
· 2bb990f7
pompolic
authored
2 years ago
2bb990f7
Separate apply counts by arena
· 7bd69f42
pompolic
authored
2 years ago
7bd69f42
Increment the counters
· 17eeb1a4
pompolic
authored
2 years ago
17eeb1a4
Fix typo and copypaste error
· be8baf74
pompolic
authored
2 years ago
be8baf74
Restore debug behavior again
· 767c5ee3
pompolic
authored
2 years ago
767c5ee3
Add application counters to Parser
· 25ae7335
pompolic
authored
2 years ago
25ae7335
Jan 25, 2023
H_RULES -> H_RULEs in console output
· 3b26b46b
pompolic
authored
2 years ago
3b26b46b
Avoid accidentally turning allocation counts into gdb.Values
· 54ab35fe
pompolic
authored
2 years ago
54ab35fe
Fix missing argument
· 3411e099
pompolic
authored
2 years ago
3411e099
Fix IndexError in TopLevelParse
· a3c75126
pompolic
authored
2 years ago
a3c75126
Filter locals to HParser*s (finally)
· b0bb6882
pompolic
authored
2 years ago
b0bb6882
WIP commit (broken)
· 9918dd2b
pompolic
authored
2 years ago
9918dd2b
Jan 23, 2023
Fix missing closing paren
· 5cf39042
pompolic
authored
2 years ago
5cf39042
Dec 06, 2022
Arena parameter is no longer useless
· 1b984d69
pompolic
authored
2 years ago
1b984d69
Initialize cumulative_byte_differences anew when entering h_do_parse
· dab0208d
pompolic
authored
2 years ago
Also typo fix in comment
dab0208d
Nov 30, 2022
(WIP) Checking allocation sizes at h_do_parse return
· d986ad90
pompolic
authored
2 years ago
d986ad90
Save ParserStacks belonging to parses that finished
· 0d90e2dc
pompolic
authored
2 years ago
0d90e2dc
Make note of API assumptions
· f9d309e0
pompolic
authored
2 years ago
f9d309e0
Cherry-pick Parser refactor from
c81982c2
· 3f0f23ab
pompolic
authored
2 years ago
3f0f23ab
Nov 29, 2022
Consistency with state/arena
· 4f08018c
pompolic
authored
2 years ago
Unsure why the int() conversion needs to happen twice
4f08018c
Mark where to change the parameters
· 233c1411
pompolic
authored
2 years ago
233c1411
Update README
· 0f7442f0
pompolic
authored
2 years ago
0f7442f0
Default arena for hammer-arena-dump-stats
· 319f127f
pompolic
authored
2 years ago
319f127f
Add documentation for new command
· 9cd389c5
pompolic
authored
2 years ago
9cd389c5
Loading