Skip to content

yuanzhi-code/pi-execution-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-execution-timer

A Pi extension that displays AI execution timing with TPS (tokens per second).

Features

  • During execution: Shows Working... 3s (updates every second)
  • After completion: Displays timing summary in a widget above the editor
    • Started: 14:30:00 | Finished: 14:30:03 | Duration: 3s | TPS: 42.5
  • Calculates tokens per second from LLM usage data
  • Automatically clears previous results when new execution starts

Installation

pi install git:github.com/yuanzhi-code/pi-execution-timer

Or use the raw URL:

pi install https://github.com/yuanzhi-code/pi-execution-timer

To try without installing:

pi -e git:github.com/yuanzhi-code/pi-execution-timer

Uninstallation

pi remove git:github.com/yuanzhi-code/pi-execution-timer

License

MIT

About

Pi extension that displays AI execution timing with TPS (tokens per second)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors