feat(profile): added bc information
Some checks failed
Push / build (push) Has been cancelled

This commit is contained in:
phaneron 2026-04-04 07:12:21 -04:00
parent c43e39205f
commit 1c5ace1e7f
15 changed files with 179 additions and 34 deletions

View file

@ -14,6 +14,7 @@
#include "lua/state.h"
#include "lua/types.h"
#include "bc/debug/errorstack.h"
#include "bc/file/fileinfo.h"
#include "bc/file/filesystem.h"
#include "bc/file/infomask.h"
@ -24,15 +25,20 @@
#include "bc/file/stream.h"
#include "bc/file/streaminginfo.h"
#include "bc/lock/do_once.h"
#include "bc/lock/mutex.h"
#include "bc/os/file.h"
#include "bc/os/file_data.h"
#include "bc/storage/storageunit.h"
#include "bc/storage/storageunithandle.h"
#include "bc/string/quickformat.h"
#include "bc/stringconversion/codepagetoutf8.h"
#include "bc/stringconversion/passthrough.h"
#include "bc/stringconversion/utf16toutf8.h"
#include "bc/systemfile/stacked/filefunc.h"
#include "bc/systemfile/stacked/fileparms.h"
#include "bc/system_file/stacked/filefunc.h"
#include "bc/system_file/stacked/fileparms.h"
#include "bc/system_using/using.h"
#include "bc/thread/thread.h"
#include "bc/thread/tls.h"
#include "bc/time/timeconst.h"
#include "bc/time/types.h"
#include "bc/util/buffer.h"