trperf 0.20.27

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global trperf --version 0.20.27
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local trperf --version 0.20.27
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trperf&version=0.20.27
                    
nuke :add-package trperf --version 0.20.27
                    

trperf

Summary

Perform performance analysis of an Antlr grammar parse

Description

Parse files and output to stdout parse tree data using performance analysis turned on. The tool requires a pre-built parser via trgen for a grammar for anything other than the standard parser grammars that are supported. To specify the grammar, you can either be in a trgen-generated parser directory, or use the -p option.

Usage

trperf (<string> | <options>)*
-i, --input      String to parse.
-s, --start-rule Start rule name.
-p, --parser     Location of pre-built parser (aka the trgen Generated/ directory)

Examples

# print out performance data for a parse, ignore the header line, sort on "Max k", and output in a formatted table.
trperf aggregate01.sql | tail -n +2 | sort -k6 -n -r | column -t

Current version

0.20.27 Major change to trgen templates and processing of STG, ST, and plain files. NB: not all Trash tools supported yet.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.23.26 3,029 8/17/2025
0.23.25 254 8/9/2025
0.23.24 2,637 7/15/2025
0.23.23 1,016 7/6/2025
0.23.22 620 6/27/2025
0.23.21 1,776 6/6/2025
0.23.20 395 6/4/2025
0.23.19 364 6/4/2025
0.23.18 1,294 5/13/2025
0.23.17 4,265 3/7/2025
0.23.16 554 3/4/2025
0.23.15 193 2/25/2025
0.23.14 697 2/9/2025
0.23.13 441 1/19/2025
0.23.12 457 1/16/2025
0.23.11 2,678 12/18/2024
0.23.10 174 12/12/2024
0.23.9 153 11/29/2024
0.23.8 220 11/1/2024
0.23.7 4,317 10/9/2024
0.23.6 807 9/21/2024
0.23.5 176 9/15/2024
0.23.4 206 9/7/2024
0.23.3 214 8/15/2024
0.23.2 210 6/28/2024
0.23.1 197 6/22/2024
0.23.0 273 4/25/2024
0.22.0 292 2/26/2024
0.21.16 330 11/16/2023
0.21.15 154 11/16/2023
0.21.14 220 11/15/2023
0.21.13 180 11/14/2023
0.21.12 308 10/27/2023
0.21.11 317 10/24/2023
0.21.9 346 9/27/2023
0.21.8 337 9/26/2023
0.21.7 322 9/26/2023
0.21.6 319 9/20/2023
0.21.5 253 9/18/2023
0.21.4 247 9/17/2023
0.21.3 282 9/14/2023
0.21.2 305 9/4/2023
0.21.1 371 8/15/2023
0.21.0 300 6/25/2023
0.20.27 263 6/15/2023
0.20.26 242 6/5/2023
0.20.25 246 6/3/2023
0.20.24 238 6/1/2023
0.20.23 257 5/31/2023
0.20.22 260 5/21/2023
0.20.21 250 5/15/2023
0.20.20 282 5/11/2023
0.20.19 260 5/8/2023
0.20.18 250 5/8/2023
0.20.17 262 5/4/2023
0.20.16 257 5/1/2023
0.20.15 284 4/27/2023
0.20.14 314 4/21/2023
0.20.13 323 4/13/2023
0.20.12 407 3/17/2023
0.20.11 358 3/15/2023
0.20.10 329 3/15/2023
0.20.9 342 3/14/2023
0.20.8 337 3/14/2023
0.20.7 341 3/13/2023
0.20.6 335 3/11/2023
0.20.5 339 3/11/2023
0.20.4 366 3/9/2023
0.20.3 358 3/8/2023
0.20.2 340 3/7/2023
0.20.1 365 3/7/2023
0.20.0 410 2/22/2023
0.19.3 393 2/19/2023
0.19.2 427 2/2/2023
0.18.1 576 11/11/2022
0.18.0 539 11/7/2022
0.17.0 576 9/11/2022
0.16.5 628 7/29/2022

# trperf
## Summary
Perform performance analysis of an Antlr grammar parse
## Description
Parse files and output to stdout parse tree data using
performance analysis turned on.
The tool requires a pre-built parser via trgen for a grammar
for anything other than the standard parser grammars that
are supported. To specify the grammar, you can either
be in a trgen-generated parser directory, or use the -p option.
## Usage
trperf (<string> | <options>)*
-i, --input      String to parse.
-s, --start-rule Start rule name.
-p, --parser     Location of pre-built parser (aka the trgen Generated/ directory)
## Examples
# print out performance data for a parse, ignore the header line, sort on "Max k", and output in a formatted table.
trperf aggregate01.sql | tail -n +2 | sort -k6 -n -r | column -t
## Current version
0.20.27 Major change to trgen templates and processing of STG, ST, and plain files. NB: not all Trash tools supported yet.