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
de086206ca2882903c50318ca4aee1e644f47708
Select Git revision
0 results
perf-instrumentation
Author
Search by author
Any Author
authors
0 authors
Oct 25, 2022
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
(Broken/WIP) Start working out the rendering code
· 759521c5
pompolic
authored
2 years ago
759521c5
Sep 28, 2022
Start experimenting with displaying token spans
· 8b526e77
pompolic
authored
2 years ago
8b526e77
Show input fragment and token bounds after hammer-parse-apply
· f547090c
pompolic
authored
2 years ago
f547090c
Hide some more debug output
· 4ecf2151
pompolic
authored
2 years ago
4ecf2151
Remove token paramenter of TopLevelParse.print_input_map()
· 23774524
pompolic
authored
2 years ago
23774524
Clean up more debugging text
· 5bcc50de
pompolic
authored
2 years ago
5bcc50de
Comment out debug printing statements
· ef491258
pompolic
authored
2 years ago
ef491258
Add large dict for tokens and their boundaries
· 93d4538a
pompolic
authored
2 years ago
93d4538a
Loading