1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 23:46:35 +02:00

Add tox network profiling

Profiling can be enabled with the -s run option
This commit is contained in:
jfreegman
2022-01-30 13:18:14 -05:00
parent cec96e1ea3
commit b91f5a8758
5 changed files with 333 additions and 18 deletions

View File

@ -14,7 +14,7 @@ LDFLAGS += ${USER_LDFLAGS}
OBJ = autocomplete.o avatars.o bootstrap.o chat.o chat_commands.o configdir.o curl_util.o execute.o
OBJ += file_transfers.o friendlist.o global_commands.o conference_commands.o conference.o help.o input.o line_info.o
OBJ += log.o message_queue.o misc_tools.o name_lookup.o notify.o prompt.o qr_code.o settings.o
OBJ += log.o message_queue.o misc_tools.o name_lookup.o netprof.o notify.o prompt.o qr_code.o settings.o
OBJ += term_mplex.o toxic.o toxic_strings.o windows.o
# Check if debug build is enabled