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
0bbead9e6951297d0cabd27394ed09c69ac29040
Select Git revision
0 results
perf-instrumentation
Author
Search by author
Any Author
authors
0 authors
Oct 31, 2022
Remove debug statements
· 0bbead9e
pompolic
authored
2 years ago
0bbead9e
(WIP) Partial fix for extra entries in info_strings
· 81f4fcc9
pompolic
authored
2 years ago
81f4fcc9
Oct 28, 2022
(WIP) Fix towards the correct token span getting printed after another h_packrat_parse()
· 2330c3bd
pompolic
authored
2 years ago
2330c3bd
(WIP) Remove dead code
· 6bfc618a
pompolic
authored
2 years ago
6bfc618a
(WIP) Further fixes on Unexpected node path length error
· e698b236
pompolic
authored
2 years ago
e698b236
Oct 27, 2022
(WIP) Further progress on Unexpected node path length error
· 26a3fd10
pompolic
authored
2 years ago
26a3fd10
(WIP) fix for one cause of "Unexpected node path length"
· 684205ba
pompolic
authored
2 years ago
684205ba
Oct 25, 2022
Cleanup
· 88ebd116
pompolic
authored
2 years ago
88ebd116
Properly handle tokens left over from previous input chunks
· de086206
pompolic
authored
2 years ago
de086206
Disable old printing behavior
· 966ef852
pompolic
authored
2 years ago
966ef852
When a token spans chunk boundaries, print in both
· f7c102c7
pompolic
authored
2 years ago
f7c102c7
Oct 24, 2022
Alternate print_input_chunk() behavior
· 6afdff7f
pompolic
authored
2 years ago
6afdff7f
Oct 21, 2022
Put message about invalid token in the right list
· 0d333736
pompolic
authored
2 years ago
0d333736
Move check for 0 width before iterating over input_token_map
· e7370788
pompolic
authored
2 years ago
e7370788
Oct 20, 2022
Remove unused import
· cdbbbbb3
pompolic
authored
2 years ago
cdbbbbb3
More cleanup
· 1335b259
pompolic
authored
2 years ago
1335b259
Cleanup
· 10c123f3
pompolic
authored
2 years ago
10c123f3
Printing without tokeninfo (commented out)
· 52100dd3
pompolic
authored
2 years ago
52100dd3
Remove more printing
· e44d83cf
pompolic
authored
2 years ago
e44d83cf
Remove some unnecessary printing
· bfb4b35d
pompolic
authored
2 years ago
bfb4b35d
Compare token start to chunk end, not chunk start
· e5d9ba97
pompolic
authored
2 years ago
e5d9ba97
Oct 18, 2022
Fix off by one
· 8e942bbf
pompolic
authored
2 years ago
8e942bbf
(WIP) Split up input into screen-width chunks
· a936e973
pompolic
authored
2 years ago
a936e973
Oct 17, 2022
Limit width of displayed token span properly
· 2e17421f
pompolic
authored
2 years ago
2e17421f
Use periods for non-printing characters
· cac9dc7b
pompolic
authored
2 years ago
cac9dc7b
Oct 14, 2022
Add rows to the printing buffer dynamically, when printing recursively
· e6731328
pompolic
authored
2 years ago
e6731328
Oct 12, 2022
WIP recursive printing starting from the token given to print_input_map()
· d07be33a
pompolic
authored
2 years ago
d07be33a
Save associated parser name in token map
· 8e3fc1ec
pompolic
authored
2 years ago
8e3fc1ec
Oct 11, 2022
Fix off-by-one error
· d63a978c
pompolic
authored
2 years ago
d63a978c
Revert "Generate charbuf differently"
· 2c6094a8
pompolic
authored
2 years ago
2c6094a8
Fix condition when filtering token map
· a5e65b2e
pompolic
authored
2 years ago
a5e65b2e
Generate charbuf differently
· 5a558807
pompolic
authored
2 years ago
5a558807
Print HParsedToken info
· c2b99815
pompolic
authored
2 years ago
c2b99815
Oct 10, 2022
Add token addresses to display for debugging
· 738756ae
pompolic
authored
2 years ago
738756ae
Oct 07, 2022
Sort by end of token as a tiebreaker
· ca72eb94
pompolic
authored
2 years ago
ca72eb94
Display tokens as spans sorted by starting index
· 61fa3eb1
pompolic
authored
2 years ago
61fa3eb1
Fix off by one in display
· 98f9880a
pompolic
authored
2 years ago
98f9880a
Oct 05, 2022
Remove/disable some debug text
· a62fa357
pompolic
authored
2 years ago
a62fa357
Fix for accidental shallow copy
· 5f8ff428
pompolic
authored
2 years ago
5f8ff428
Width of the printed bars were off by 1
· d98524b1
pompolic
authored
2 years ago
d98524b1
Loading