From 509e5ce1e17417a70b9bcce8bc6e33c05106811d Mon Sep 17 00:00:00 2001 From: Mica White Date: Thu, 15 Aug 2024 20:23:26 -0400 Subject: Start profiling --- shell-spec.txt | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'shell-spec.txt') diff --git a/shell-spec.txt b/shell-spec.txt index dda23c7..d0238fd 100644 --- a/shell-spec.txt +++ b/shell-spec.txt @@ -1,13 +1,16 @@ -# Alligator Shell Specification - -Default Port Number: 26009 -Using TCP Protocol - -## Runtime to Editor - -runtimelog [trace|debug|info|warn|error] FILE:LINE MSG -scriptlog [trace|debug|info|warn|error] FILE:LINE MSG - -## Editor to Runtime - -stop +# Alligator Shell Specification + +Default Port Number: 26009 +Using TCP Protocol + +## Runtime to Editor + +runtimelog [trace|debug|info|warn|error] FILE:LINE MSG +scriptlog [trace|debug|info|warn|error] FILE:LINE MSG +frametime UNIX_MICROSECONDS +scopestart SCOPENAME UNIX_MICROSECONDS +scopeend UNIX_MICROSECONDS + +## Editor to Runtime + +stop -- cgit v1.2.3