proper CPU timing; ur type extensions

This commit is contained in:
2023-09-11 07:46:12 +00:00
parent b5b7f3f0e2
commit 35c0337837
13 changed files with 235 additions and 98 deletions

View File

@@ -51,8 +51,8 @@ void mYughLog(int category, int priority, int line, const char *file, const char
snprintf(buffer, ERROR_BUFFER, "%s:%d: %s, %s: %s\n", file, line, logstr[priority], catstr[category], msgbuffer);
log_print(buffer);
if (category == LOG_SCRIPT && priority >= 2)
js_stacktrace();
// if (category == LOG_SCRIPT && priority >= 2)
// js_stacktrace();
}
#endif
}