11 lines
373 B
Markdown
11 lines
373 B
Markdown
|
## #g2alt alternate implementations for some g2 features
|
||
|
|
||
|
The following g2 features have been dropped but suitable (or better)
|
||
|
alternatives exist.
|
||
|
|
||
|
### gl-time for performance measurement
|
||
|
|
||
|
Take a look at the 'cpu-time' program that you can set to run from the
|
||
|
`POST_GIT` trigger. Just set it to run as the last program in that sequence
|
||
|
so it covers all previous programs.
|