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
7bd69f427e99dcd86bd628bc76865693c5b32500
Select Git revision
0 results
perf-instrumentation
Author
Search by author
Any Author
authors
0 authors
Jan 26, 2023
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
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
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
Minor fix with printing
· 3be7e1e5
pompolic
authored
2 years ago
3be7e1e5
Restrict number of args to command
· 5713bee2
pompolic
authored
2 years ago
5713bee2
Cast argument to int before initializing gdb.Value
· a6d6a972
pompolic
authored
2 years ago
a6d6a972
Look up HArena fields properly
· cccf9c67
pompolic
authored
2 years ago
cccf9c67
Fix syntax error
· d479d47a
pompolic
authored
2 years ago
d479d47a
Get gdb.Value and print fields
· 4ca0ac05
pompolic
authored
2 years ago
4ca0ac05
Check a field of HArena, instead of HArenaStats
· f5c8c397
pompolic
authored
2 years ago
f5c8c397
Typo fix
· 250ff126
pompolic
authored
2 years ago
250ff126
Stub out command for querying statistics of a given arena
· 1d828a90
pompolic
authored
2 years ago
1d828a90
Add internal variable for which memory stat method to use
· 5b868bad
pompolic
authored
2 years ago
5b868bad
Nov 28, 2022
Function to check hammer features
· c8ef7a6b
pompolic
authored
2 years ago
c8ef7a6b
Add TODO for status command
· 8b118025
pompolic
authored
2 years ago
8b118025
Sort by total time in method
· dde953be
pompolic
authored
2 years ago
dde953be
(WIP) Profile hammer-parse-apply command
· 3095e512
pompolic
authored
2 years ago
3095e512
Add example scripts
· f96bb012
pompolic
authored
2 years ago
f96bb012
Nov 11, 2022
Replace iteration over locals in block with subscript notation
· f6a4f221
pompolic
authored
2 years ago
f6a4f221
Replace iterating over block with subscript notation
· dbbb80ba
pompolic
authored
2 years ago
dbbb80ba
Loading