removed perf tool

It was almost never used since added.
This commit is contained in:
Martin Pulec
2022-08-16 10:38:44 +02:00
parent a978ddc0ff
commit 0b8cc39f9c
12 changed files with 0 additions and 303 deletions

View File

@@ -69,7 +69,6 @@
#include "debug.h"
#include "host.h"
#include "lib_common.h"
#include "perf.h"
#include "crypto/openssl_encrypt.h"
#include "module.h"
#include "rang.hpp"
@@ -633,8 +632,6 @@ tx_send_base(struct tx *tx, struct video_frame *frame, struct rtp *rtp_session,
tx_update(tx, frame, substream);
perf_record(UVP_SEND, ts);
if (frame->fec_params.type == FEC_NONE) {
hdrs_len += (sizeof(video_payload_hdr_t));
rtp_hdr_len = sizeof(video_payload_hdr_t);
@@ -776,7 +773,6 @@ void audio_tx_send(struct tx* tx, struct rtp *rtp_session, const audio_frame2 *
fec_check_messages(tx);
timestamp = get_local_mediatime();
perf_record(UVP_SEND, timestamp);
for (int channel = 0; channel < buffer->get_channel_count(); ++channel)
{