diff options
| author | Mica White <botahamec@outlook.com> | 2024-08-15 20:23:26 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-08-25 19:24:37 -0400 |
| commit | 509e5ce1e17417a70b9bcce8bc6e33c05106811d (patch) | |
| tree | 5b1fe60a65b5f42a90023ead03c32336033afa1f /shell-spec.txt | |
| parent | db9aa9f1bf49e8bede384b9ceb1e1fb82b522799 (diff) | |
Start profiling
Diffstat (limited to 'shell-spec.txt')
| -rw-r--r-- | shell-spec.txt | 29 |
1 files changed, 16 insertions, 13 deletions
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
|
