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
2164dc6d393795a4a220e24cfa236a9cbbe2a0c2
Select Git revision
0 results
perf-instrumentation
Author
Search by author
Any Author
authors
0 authors
Mar 13, 2023
Merge branch 'push-at-h-do-parse'
· 2164dc6d
pompolic
authored
2 years ago
after-byte-count-revision
2164dc6d
Mar 07, 2023
Forgot to set up test fixtures
· f837c0b6
pompolic
authored
2 years ago
f837c0b6
Feb 28, 2023
More tests, fix errors
· c5a0085c
pompolic
authored
2 years ago
c5a0085c
(WIP) Explicit test for where malloc calls should add the memory use
· 252a6bf9
pompolic
authored
2 years ago
252a6bf9
Feb 23, 2023
Add HParseState fixture for testing return_from_h_do_parse()
· d949c618
pompolic
authored
2 years ago
d949c618
Feb 22, 2023
Fix accidentally making new Parser objects for self.a and self.b
· 80e02b49
pompolic
authored
2 years ago
80e02b49
Some of the tests pass
· bfc5f1e3
pompolic
authored
2 years ago
bfc5f1e3
Add test code (broken)
· c48da537
pompolic
authored
2 years ago
c48da537
setUp() for integration test
· cc9006d5
pompolic
authored
2 years ago
cc9006d5
Work out more tests in comments
· cb0a9d90
pompolic
authored
2 years ago
cb0a9d90
Start sketching out setUp()
· 325b319e
pompolic
authored
2 years ago
325b319e
Add placeholders for test
· f2fc4f4b
pompolic
authored
2 years ago
f2fc4f4b
Feb 21, 2023
Test passes
· d9664f12
pompolic
authored
2 years ago
d9664f12
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
Merge branch 'master' of gitlab.special-circumstanc.es:safedocs-ta2-profiling/perf-instrumentation
· 5ab8e520
pompolic
authored
2 years ago
5ab8e520
H_RULES -> H_RULEs in console output
· 3b26b46b
pompolic
authored
2 years ago
3b26b46b
H_RULES -> H_RULEs in console output
· c7a46110
pompolic
authored
2 years ago
c7a46110
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
Loading