Skip to content

Instantly share code, notes, and snippets.

@WolfganP
Created July 11, 2020 23:37
Show Gist options
  • Save WolfganP/46094fd993906321f1336494f8a5faed to your computer and use it in GitHub Desktop.
Save WolfganP/46094fd993906321f1336494f8a5faed to your computer and use it in GitHub Desktop.
Jamulus server mode profiling
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls us/call us/call name
12.82 0.05 0.05 30687 1.63 3.58 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&)
10.26 0.09 0.04 clt_compute_allocation
7.69 0.12 0.03 61141 0.49 0.49 CServer::ProcessData(CVector<CVector<short> > const&, CVector<double> const&, CVector<double> const&, CVector<int> const&, CVector<short>&, int, int)
7.69 0.15 0.03 30751 0.98 1.63 CNetBufWithStats::Put(CVector<unsigned char> const&, int)
7.69 0.18 0.03 remove_doubling
5.13 0.20 0.02 615479 0.03 0.03 CMovingAv<char>::Add(char)
5.13 0.22 0.02 CServer::OnTimer()
5.13 0.24 0.02 celt_encode_with_ec
5.13 0.26 0.02 op_pvq_search_c
2.56 0.27 0.01 338506 0.03 0.03 CNetBuf::Put(CVector<unsigned char> const&, int)
2.56 0.28 0.01 31111 0.32 0.32 CSocket::SendPacket(CVector<unsigned char> const&, CHostAddress const&)
2.56 0.29 0.01 30789 0.32 0.32 CServer::FindChannel(CHostAddress const&)
2.56 0.30 0.01 dynalloc_analysis
2.56 0.31 0.01 ec_dec_uint
2.56 0.32 0.01 ec_enc_done
2.56 0.33 0.01 ec_tell_frac
2.56 0.34 0.01 encode_pulses
2.56 0.35 0.01 exp_rotation1
2.56 0.36 0.01 interleave_hadamard
2.56 0.37 0.01 quant_all_bands
2.56 0.38 0.01 quant_partition
2.56 0.39 0.01 stereo_itheta
0.00 0.39 0.00 482007 0.00 0.00 std::vector<short, std::allocator<short> >::vector(std::vector<short, std::allocator<short> > const&)
0.00 0.39 0.00 338867 0.00 0.00 CNetBuf::Get(CVector<unsigned char>&, int)
0.00 0.39 0.00 88302 0.00 0.00 CChannel::GetPan(int)
0.00 0.39 0.00 88298 0.00 0.00 CChannel::GetGain(int)
0.00 0.39 0.00 48184 0.00 0.00 CHighPrecisionTimer::timeout()
0.00 0.39 0.00 48114 0.00 0.00 std::vector<CVector<short>, std::allocator<CVector<short> > >::~vector()
0.00 0.39 0.00 48067 0.00 0.00 CServer::CreateLevelsForAllConChannels(int, CVector<int> const&, CVector<CVector<short> >, CVector<unsigned short>&)
0.00 0.39 0.00 39511 0.00 0.00 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int)
0.00 0.39 0.00 37524 0.00 0.00 CChannel::GetAddress(CHostAddress&)
0.00 0.39 0.00 30984 0.00 3.55 CSocket::OnDataReceived()
0.00 0.39 0.00 30884 0.00 0.00 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&)
0.00 0.39 0.00 30821 0.00 0.00 CChannel::SetSockBufNumFrames(int, bool)
0.00 0.39 0.00 30806 0.00 0.00 CNetBufWithStats::UpdateAutoSetting()
0.00 0.39 0.00 30799 0.00 0.32 CNetBufWithStats::Get(CVector<unsigned char>&, int)
0.00 0.39 0.00 30795 0.00 0.32 CChannel::GetData(CVector<unsigned char>&, int)
0.00 0.39 0.00 30749 0.00 0.32 CChannel::PrepAndSendPacket(CHighPrioSocket*, CVector<unsigned char> const&, int)
0.00 0.39 0.00 30742 0.00 0.00 CChannel::UpdateSocketBufferSize()
0.00 0.39 0.00 30727 0.00 1.63 CChannel::PutAudioData(CVector<unsigned char> const&, int, CHostAddress)
0.00 0.39 0.00 6290 0.00 0.00 CCRC::AddByte(unsigned char)
0.00 0.39 0.00 3549 0.00 0.00 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int)
0.00 0.39 0.00 1076 0.00 0.00 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int)
0.00 0.39 0.00 608 0.00 0.00 CCRC::Reset()
0.00 0.39 0.00 607 0.00 0.00 CCRC::GetCRC()
0.00 0.39 0.00 580 0.00 0.00 CNetBuf::Init(int, int, bool)
0.00 0.39 0.00 520 0.00 0.00 std::vector<char, std::allocator<char> >::_M_default_append(unsigned int)
0.00 0.39 0.00 439 0.00 0.00 std::vector<unsigned char, std::allocator<unsigned char> >::vector(std::vector<unsigned char, std::allocator<unsigned char> > const&)
0.00 0.39 0.00 377 0.00 0.00 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&)
0.00 0.39 0.00 316 0.00 0.00 CServer::OnSendCLProtMessage(CHostAddress, CVector<unsigned char>)
0.00 0.39 0.00 316 0.00 0.00 CProtocol::CreateAndImmSendConLessMessage(int, CVector<unsigned char> const&, CHostAddress const&)
0.00 0.39 0.00 315 0.00 0.00 CProtocol::CLMessReadyForSending(CHostAddress, CVector<unsigned char>)
0.00 0.39 0.00 304 0.00 0.00 CStereoSignalLevelMeter::CalcLogResultForMeter(double const&)
0.00 0.39 0.00 303 0.00 0.00 CStereoSignalLevelMeter::Update(CVector<short> const&, int, bool)
0.00 0.39 0.00 303 0.00 0.00 CChannel::UpdateAndGetLevelForMeterdB(CVector<short> const&, int, bool)
0.00 0.39 0.00 302 0.00 0.00 CStereoSignalLevelMeter::UpdateCurLevel(double, double)
0.00 0.39 0.00 169 0.00 0.00 CSocket::ProtcolCLMessageReceived(int, CVector<unsigned char>, CHostAddress)
0.00 0.39 0.00 168 0.00 0.00 CServer::OnProtcolCLMessageReceived(int, CVector<unsigned char>, CHostAddress)
0.00 0.39 0.00 167 0.00 0.00 CProtocol::ParseConnectionLessMessageBody(CVector<unsigned char> const&, int, CHostAddress const&)
0.00 0.39 0.00 163 0.00 0.00 CServer::OnCLPingReceived(CHostAddress, int)
0.00 0.39 0.00 163 0.00 0.00 CProtocol::CLPingReceived(CHostAddress, int)
0.00 0.39 0.00 163 0.00 0.00 CProtocol::CreateCLPingMes(CHostAddress const&, int)
0.00 0.39 0.00 162 0.00 0.00 CProtocol::EvaluateCLPingMes(CHostAddress const&, CVector<unsigned char> const&)
0.00 0.39 0.00 153 0.00 0.00 CProtocol::CreateCLChannelLevelListMes(CHostAddress const&, CVector<unsigned short> const&, int)
0.00 0.39 0.00 132 0.00 0.00 CChannel::ProtocolIsEnabled()
0.00 0.39 0.00 120 0.00 0.00 std::vector<double, std::allocator<double> >::_M_default_append(unsigned int)
0.00 0.39 0.00 102 0.00 0.00 std::__cxx11::_List_base<CProtocol::CSendMessage, std::allocator<CProtocol::CSendMessage> >::_M_clear()
0.00 0.39 0.00 100 0.00 0.00 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType)
0.00 0.39 0.00 62 0.00 0.00 CNetBufWithStats::ResetInitCounter()
0.00 0.39 0.00 62 0.00 0.00 CServer::SendProtMessage(int, CVector<unsigned char>)
0.00 0.39 0.00 62 0.00 0.32 CServer::OnProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress)
0.00 0.39 0.00 62 0.00 0.00 CSocket::ProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress)
0.00 0.39 0.00 62 0.00 0.00 CChannel::PutProtcolData(int, int, CVector<unsigned char> const&, CHostAddress const&)
0.00 0.39 0.00 62 0.00 0.00 CChannel::OnSendProtMessage(CVector<unsigned char>)
0.00 0.39 0.00 62 0.00 0.00 CChannel::MessReadyForSending(CVector<unsigned char>)
0.00 0.39 0.00 62 0.00 0.00 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int)
0.00 0.39 0.00 62 0.00 0.00 CProtocol::MessReadyForSending(CVector<unsigned char>)
0.00 0.39 0.00 60 0.00 0.00 CNetBufWithStats::Init(int, int, bool)
0.00 0.39 0.00 58 0.00 0.00 CChannel::ServerAutoSockBufSizeChange(int)
0.00 0.39 0.00 51 0.00 0.00 CProtocol::Reset()
0.00 0.39 0.00 51 0.00 0.00 CProtocol::CProtocol()
0.00 0.39 0.00 50 0.00 0.00 CNetBufWithStats::CNetBufWithStats()
0.00 0.39 0.00 50 0.00 0.00 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType)
0.00 0.39 0.00 50 0.00 0.00 CChannel::CChannel(bool)
0.00 0.39 0.00 50 0.00 0.00 CChannel::~CChannel()
0.00 0.39 0.00 44 0.00 0.00 CProtocol::SendMessage()
0.00 0.39 0.00 40 0.00 0.00 QString::~QString()
0.00 0.39 0.00 40 0.00 0.00 CChannel::SetGain(int, double)
0.00 0.39 0.00 40 0.00 0.00 std::vector<short, std::allocator<short> >::_M_default_append(unsigned int)
0.00 0.39 0.00 33 0.00 0.32 CServerSlots<1u>::OnSendProtMessCh(CVector<unsigned char>)
0.00 0.39 0.00 32 0.00 0.00 CProtocol::CreateAndImmSendAcknMess(int const&, int const&)
0.00 0.39 0.00 30 0.00 0.00 CProtocol::EnqueueMessage(CVector<unsigned char>&, int, int)
0.00 0.39 0.00 30 0.00 0.00 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&)
0.00 0.39 0.00 29 0.00 0.32 CServerSlots<2u>::OnSendProtMessCh(CVector<unsigned char>)
0.00 0.39 0.00 20 0.00 0.00 CProtocol::PutStringUTF8OnStream(CVector<unsigned char>&, int&, QByteArray const&)
0.00 0.39 0.00 17 0.00 0.00 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType)
0.00 0.39 0.00 17 0.00 0.00 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType)
0.00 0.39 0.00 17 0.00 0.00 CProtocol::ChangeChanGain(int, double)
0.00 0.39 0.00 17 0.00 0.00 CProtocol::EvaluateChanGainMes(CVector<unsigned char> const&)
0.00 0.39 0.00 15 0.00 0.00 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType)
0.00 0.39 0.00 10 0.00 0.00 CChannel::SetEnable(bool)
0.00 0.39 0.00 8 0.00 0.00 CSignalUnix::setSignalHandled(int, bool)
0.00 0.39 0.00 8 0.00 0.00 CProtocol::GetStringFromStream(CVector<unsigned char> const&, int&, int, QString&)
0.00 0.39 0.00 7 0.00 0.00 std::vector<CChannelInfo, std::allocator<CChannelInfo> >::_M_default_append(unsigned int)
0.00 0.39 0.00 6 0.00 0.00 CServer::CreateChannelList()
0.00 0.39 0.00 6 0.00 0.32 CServer::OnCLDisconnection(CHostAddress)
0.00 0.39 0.00 6 0.00 0.00 CProtocol::CLDisconnection(CHostAddress)
0.00 0.39 0.00 6 0.00 0.00 CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&)
0.00 0.39 0.00 6 0.00 0.00 CProtocol::EvaluateCLDisconnectionMes(CHostAddress const&)
0.00 0.39 0.00 5 0.00 0.00 CServer::WriteHTMLChannelList()
0.00 0.39 0.00 5 0.00 0.00 CServer::GetNumberOfConnectedClients()
0.00 0.39 0.00 4 0.00 0.00 ConsoleWriterFactory::get()
0.00 0.39 0.00 4 0.00 0.00 CChannel::Disconnect()
0.00 0.39 0.00 4 0.00 0.00 CChannel::SetChanInfo(CChannelCoreInfo const&)
0.00 0.39 0.00 4 0.00 0.00 CChannel::OnChangeChanInfo(CChannelCoreInfo)
0.00 0.39 0.00 4 0.00 0.00 CChannel::MuteStateHasChanged(int, bool)
0.00 0.39 0.00 4 0.00 0.00 CChannel::GetName()
0.00 0.39 0.00 4 0.00 0.00 CProtocol::ChangeChanInfo(CChannelCoreInfo)
0.00 0.39 0.00 4 0.00 0.00 CProtocol::ChangeJittBufSize(int)
0.00 0.39 0.00 4 0.00 0.00 CProtocol::EvaluateJitBufMes(CVector<unsigned char> const&)
0.00 0.39 0.00 4 0.00 0.00 CProtocol::EvaluateChanInfoMes(CVector<unsigned char> const&)
0.00 0.39 0.00 4 0.00 0.00 QtPrivate::RefCount::ref()
0.00 0.39 0.00 4 0.00 0.00 std::vector<int, std::allocator<int> >::_M_default_append(unsigned int)
0.00 0.39 0.00 4 0.00 0.00 std::vector<int, std::allocator<int> >::resize(unsigned int)
0.00 0.39 0.00 3 0.00 0.00 CServerLogging::CurTimeDatetoLogString()
0.00 0.39 0.00 3 0.00 0.00 CServerLogging::operator<<(QString const&)
0.00 0.39 0.00 3 0.00 0.00 QList<CServerListEntry>::~QList()
0.00 0.39 0.00 2 0.00 0.00 AHistoryGraph::Add(QDateTime const&, QHostAddress)
0.00 0.39 0.00 2 0.00 0.00 CServerLogging::AddNewConnection(QHostAddress const&)
0.00 0.39 0.00 2 0.00 0.00 CServer::GetFreeChan()
0.00 0.39 0.00 2 0.00 0.00 CServer::OnNewConnection(int, CHostAddress)
0.00 0.39 0.00 2 0.00 0.00 CServer::CreateAndSendChanListForAllConChannels()
0.00 0.39 0.00 2 0.00 0.00 CServer::Stop()
0.00 0.39 0.00 2 0.00 0.00 CSocket::NewConnection(int, CHostAddress)
0.00 0.39 0.00 2 0.00 0.00 CChannel::Disconnected()
0.00 0.39 0.00 2 0.00 0.00 CChannel::ChanInfoHasChanged()
0.00 0.39 0.00 2 0.00 0.00 CChannel::OnNetTranspPropsReceived(CNetworkTransportProps)
0.00 0.39 0.00 2 0.00 0.00 recorder::CJamController::GetRecorderState()
0.00 0.39 0.00 2 0.00 0.00 CProtocol::CreateReqJitBufMes()
0.00 0.39 0.00 2 0.00 0.00 CProtocol::ReqConnClientsList()
0.00 0.39 0.00 2 0.00 0.00 CProtocol::ReqChannelLevelList(bool)
0.00 0.39 0.00 2 0.00 0.00 CProtocol::CreateReqChanInfoMes()
0.00 0.39 0.00 2 0.00 0.00 CProtocol::CreateVersionAndOSMes()
0.00 0.39 0.00 2 0.00 0.00 CProtocol::CreateRecorderStateMes(ERecorderState)
0.00 0.39 0.00 2 0.00 0.00 CProtocol::NetTranspPropsReceived(CNetworkTransportProps)
0.00 0.39 0.00 2 0.00 0.00 CProtocol::EvaluateNetwTranspPropsMes(CVector<unsigned char> const&)
0.00 0.39 0.00 2 0.00 0.00 CProtocol::EvaluateReqConnClientsList()
0.00 0.39 0.00 2 0.00 0.00 CProtocol::CreateReqNetwTranspPropsMes()
0.00 0.39 0.00 2 0.00 0.00 CProtocol::EvaluateReqChannelLevelListMes(CVector<unsigned char> const&)
0.00 0.39 0.00 2 0.00 0.00 std::vector<CVector<double>, std::allocator<CVector<double> > >::_M_default_append(unsigned int)
0.00 0.39 0.00 2 0.00 0.00 std::vector<CVector<short>, std::allocator<CVector<short> > >::_M_default_append(unsigned int)
0.00 0.39 0.00 1 0.00 0.00 int qRegisterMetaType<CVector<short> >(char const*, CVector<short>*, QtPrivate::MetaTypeDefinedHelper<CVector<short>, QMetaTypeId2<CVector<short> >::Defined&&(!QMetaTypeId2<CVector<short> >::IsBuiltIn)>::DefinedType)
0.00 0.39 0.00 1 0.00 0.00 qCleanupResources_resources()
0.00 0.39 0.00 1 0.00 0.00 CSignalBase::withSignalHandler(CSignalHandler*)
0.00 0.39 0.00 1 0.00 0.00 CSignalBase::CSignalBase(CSignalHandler*)
0.00 0.39 0.00 1 0.00 0.00 CSignalBase::~CSignalBase()
0.00 0.39 0.00 1 0.00 0.00 CSignalUnix::CSignalUnix(CSignalHandler*)
0.00 0.39 0.00 1 0.00 0.00 CSignalUnix::~CSignalUnix()
0.00 0.39 0.00 1 0.00 0.00 CSignalUnix::~CSignalUnix()
0.00 0.39 0.00 1 0.00 0.00 NetworkUtil::GetLocalAddress()
0.00 0.39 0.00 1 0.00 0.00 AHistoryGraph::Add(QDateTime const&, AHistoryGraph::EHistoryItemType)
0.00 0.39 0.00 1 0.00 0.00 AHistoryGraph::AHistoryGraph(int)
0.00 0.39 0.00 1 0.00 0.00 CServerLogging::AddServerStopped()
0.00 0.39 0.00 1 0.00 0.00 CServerLogging::Start(QString const&)
0.00 0.39 0.00 1 0.00 0.00 CServerLogging::~CServerLogging()
0.00 0.39 0.00 1 0.00 0.00 CSignalHandler::emitSignal(int)
0.00 0.39 0.00 1 0.00 0.00 CSignalHandler::getSingletonP()
0.00 0.39 0.00 1 0.00 0.00 CSignalHandler::CSignalHandler()
0.00 0.39 0.00 1 0.00 0.00 CSignalHandler::~CSignalHandler()
0.00 0.39 0.00 1 0.00 0.00 CSvgHistoryGraph::Update()
0.00 0.39 0.00 1 0.00 0.00 CSvgHistoryGraph::CSvgHistoryGraph(int)
0.00 0.39 0.00 1 0.00 0.00 CServerListManager::SetCentralServerAddress(QString)
0.00 0.39 0.00 1 0.00 0.00 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*)
0.00 0.39 0.00 1 0.00 0.00 CHighPrecisionTimer::Stop()
0.00 0.39 0.00 1 0.00 0.00 CHighPrecisionTimer::Start()
0.00 0.39 0.00 1 0.00 0.00 CHighPrecisionTimer::CHighPrecisionTimer(bool)
0.00 0.39 0.00 1 0.00 0.00 QList<CServerListEntry>::detach_helper_grow(int, int)
0.00 0.39 0.00 1 0.00 0.00 QList<CServerListEntry>::append(CServerListEntry const&)
0.00 0.39 0.00 1 0.00 0.00 QList<QString>::~QList()
0.00 0.39 0.00 1 0.00 0.00 CServer::SetWelcomeMessage(QString const&)
0.00 0.39 0.00 1 0.00 0.00 CServer::StartStatusHTMLFileWriting(QString const&, QString const&)
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<14u>()
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<24u>()
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<27u>()
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<36u>()
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<42u>()
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<47u>()
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<50u>()
0.00 0.39 0.00 1 0.00 0.00 void CServer::connectChannelSignalsToServerSlots<9u>()
0.00 0.39 0.00 1 0.00 0.00 CServer::Stopped()
0.00 0.39 0.00 1 0.00 0.00 CSocket::Init(unsigned short)
0.00 0.39 0.00 1 0.00 0.00 CSocket::Close()
0.00 0.39 0.00 1 0.00 0.00 CSocket::~CSocket()
0.00 0.39 0.00 1 0.00 0.00 CVector<QString>::Init(int)
0.00 0.39 0.00 1 0.00 0.00 CVector<AHistoryGraph::SHistoryData>::Init(int)
0.00 0.39 0.00 1 0.00 0.00 recorder::CJamController::SetRecordingDir(QString, int)
0.00 0.39 0.00 1 0.00 0.00 recorder::CJamController::CJamController()
0.00 0.39 0.00 1 0.00 0.00 CProtocol::ChangeChanPan(int, double)
0.00 0.39 0.00 1 0.00 0.00 CProtocol::CreateClientIDMes(int)
0.00 0.39 0.00 1 0.00 0.00 CProtocol::EvaluateChanPanMes(CVector<unsigned char> const&)
0.00 0.39 0.00 1 0.00 0.00 std::vector<EAudComprType, std::allocator<EAudComprType> >::_M_default_append(unsigned int)
0.00 0.39 0.00 1 0.00 0.00 std::vector<CVector<unsigned char>, std::allocator<CVector<unsigned char> > >::_M_default_append(unsigned int)
0.00 0.39 0.00 1 0.00 0.00 std::vector<QString, std::allocator<QString> >::_M_default_append(unsigned int)
0.00 0.39 0.00 1 0.00 0.00 std::vector<AHistoryGraph::SHistoryData, std::allocator<AHistoryGraph::SHistoryData> >::_M_default_append(unsigned int)
0.00 0.39 0.00 1 0.00 0.00 std::vector<unsigned short, std::allocator<unsigned short> >::_M_default_append(unsigned int)
0.00 0.39 0.00 1 0.00 0.00 main
% the percentage of the total running time of the
time program used by this function.
cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.
self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
Copyright (C) 2012-2018 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Call graph (explanation follows)
granularity: each sample hit covers 4 byte(s) for 2.56% of 0.39 seconds
index % time self children called name
0.00 0.11 30984/30984 CHighPrioSocket::CSocketThread::run() [3]
[1] 28.2 0.00 0.11 30984 CSocket::OnDataReceived() [1]
0.05 0.06 30687/30687 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [2]
0.00 0.00 30884/30884 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&) [336]
0.00 0.00 169/169 CSocket::ProtcolCLMessageReceived(int, CVector<unsigned char>, CHostAddress) [356]
0.00 0.00 62/62 CSocket::ProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [370]
0.00 0.00 2/2 CSocket::NewConnection(int, CHostAddress) [429]
-----------------------------------------------
0.05 0.06 30687/30687 CSocket::OnDataReceived() [1]
[2] 28.2 0.05 0.06 30687 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [2]
0.00 0.05 30727/30727 CChannel::PutAudioData(CVector<unsigned char> const&, int, CHostAddress) [6]
0.01 0.00 30721/30789 CServer::FindChannel(CHostAddress const&) [25]
0.00 0.00 40/40 CChannel::SetGain(int, double) [386]
0.00 0.00 4/40 QString::~QString() [385]
0.00 0.00 2/2 CServer::GetFreeChan() [425]
-----------------------------------------------
<spontaneous>
[3] 28.2 0.00 0.11 CHighPrioSocket::CSocketThread::run() [3]
0.00 0.11 30984/30984 CSocket::OnDataReceived() [1]
-----------------------------------------------
<spontaneous>
[4] 17.9 0.02 0.05 CServer::OnTimer() [4]
0.03 0.00 61141/61141 CServer::ProcessData(CVector<CVector<short> > const&, CVector<double> const&, CVector<double> const&, CVector<int> const&, CVector<short>&, int, int) [9]
0.00 0.01 30795/30795 CChannel::GetData(CVector<unsigned char>&, int) [27]
0.00 0.01 30749/30749 CChannel::PrepAndSendPacket(CHighPrioSocket*, CVector<unsigned char> const&, int) [28]
0.00 0.00 482007/482007 std::vector<short, std::allocator<short> >::vector(std::vector<short, std::allocator<short> > const&) [327]
0.00 0.00 88302/88302 CChannel::GetPan(int) [329]
0.00 0.00 88298/88298 CChannel::GetGain(int) [330]
0.00 0.00 48114/48114 std::vector<CVector<short>, std::allocator<CVector<short> > >::~vector() [332]
0.00 0.00 48067/48067 CServer::CreateLevelsForAllConChannels(int, CVector<int> const&, CVector<CVector<short> >, CVector<unsigned short>&) [333]
0.00 0.00 30771/30821 CChannel::SetSockBufNumFrames(int, bool) [337]
0.00 0.00 30742/30742 CChannel::UpdateSocketBufferSize() [339]
0.00 0.00 153/153 CProtocol::CreateCLChannelLevelListMes(CHostAddress const&, CVector<unsigned short> const&, int) [363]
0.00 0.00 2/2 CServer::CreateAndSendChanListForAllConChannels() [427]
0.00 0.00 1/1 CServer::Stopped() [485]
0.00 0.00 1/2 CServer::Stop() [428]
-----------------------------------------------
0.03 0.02 30751/30751 CChannel::PutAudioData(CVector<unsigned char> const&, int, CHostAddress) [6]
[5] 12.8 0.03 0.02 30751 CNetBufWithStats::Put(CVector<unsigned char> const&, int) [5]
0.01 0.00 307819/615479 CMovingAv<char>::Add(char) [12]
0.01 0.00 338506/338506 CNetBuf::Put(CVector<unsigned char> const&, int) [23]
-----------------------------------------------
0.00 0.05 30727/30727 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [2]
[6] 12.8 0.00 0.05 30727 CChannel::PutAudioData(CVector<unsigned char> const&, int, CHostAddress) [6]
0.03 0.02 30751/30751 CNetBufWithStats::Put(CVector<unsigned char> const&, int) [5]
-----------------------------------------------
<spontaneous>
[7] 10.3 0.04 0.00 clt_compute_allocation [7]
-----------------------------------------------
<spontaneous>
[8] 7.7 0.03 0.00 remove_doubling [8]
-----------------------------------------------
0.03 0.00 61141/61141 CServer::OnTimer() [4]
[9] 7.7 0.03 0.00 61141 CServer::ProcessData(CVector<CVector<short> > const&, CVector<double> const&, CVector<double> const&, CVector<int> const&, CVector<short>&, int, int) [9]
-----------------------------------------------
<spontaneous>
[10] 5.1 0.02 0.00 celt_encode_with_ec [10]
-----------------------------------------------
<spontaneous>
[11] 5.1 0.02 0.00 op_pvq_search_c [11]
-----------------------------------------------
0.01 0.00 307660/615479 CNetBufWithStats::Get(CVector<unsigned char>&, int) [26]
0.01 0.00 307819/615479 CNetBufWithStats::Put(CVector<unsigned char> const&, int) [5]
[12] 5.1 0.02 0.00 615479 CMovingAv<char>::Add(char) [12]
-----------------------------------------------
<spontaneous>
[13] 2.6 0.01 0.00 dynalloc_analysis [13]
-----------------------------------------------
<spontaneous>
[14] 2.6 0.01 0.00 ec_dec_uint [14]
-----------------------------------------------
<spontaneous>
[15] 2.6 0.01 0.00 ec_enc_done [15]
-----------------------------------------------
<spontaneous>
[16] 2.6 0.01 0.00 ec_tell_frac [16]
-----------------------------------------------
<spontaneous>
[17] 2.6 0.01 0.00 encode_pulses [17]
-----------------------------------------------
<spontaneous>
[18] 2.6 0.01 0.00 exp_rotation1 [18]
-----------------------------------------------
<spontaneous>
[19] 2.6 0.01 0.00 interleave_hadamard [19]
-----------------------------------------------
<spontaneous>
[20] 2.6 0.01 0.00 quant_all_bands [20]
-----------------------------------------------
<spontaneous>
[21] 2.6 0.01 0.00 quant_partition [21]
-----------------------------------------------
<spontaneous>
[22] 2.6 0.01 0.00 stereo_itheta [22]
-----------------------------------------------
0.01 0.00 338506/338506 CNetBufWithStats::Put(CVector<unsigned char> const&, int) [5]
[23] 2.6 0.01 0.00 338506 CNetBuf::Put(CVector<unsigned char> const&, int) [23]
-----------------------------------------------
0.00 0.00 29/31111 CServerSlots<2u>::OnSendProtMessCh(CVector<unsigned char>) [34]
0.00 0.00 33/31111 CServerSlots<1u>::OnSendProtMessCh(CVector<unsigned char>) [33]
0.00 0.00 316/31111 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress, CVector<unsigned char>), QtPrivate::List<CHostAddress, CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [29]
0.01 0.00 30733/31111 CChannel::PrepAndSendPacket(CHighPrioSocket*, CVector<unsigned char> const&, int) [28]
[24] 2.6 0.01 0.00 31111 CSocket::SendPacket(CVector<unsigned char> const&, CHostAddress const&) [24]
-----------------------------------------------
0.00 0.00 6/30789 CServer::OnCLDisconnection(CHostAddress) [35]
0.00 0.00 62/30789 CServer::OnProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [30]
0.01 0.00 30721/30789 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [2]
[25] 2.6 0.01 0.00 30789 CServer::FindChannel(CHostAddress const&) [25]
0.00 0.00 37524/37524 CChannel::GetAddress(CHostAddress&) [335]
-----------------------------------------------
0.00 0.01 30799/30799 CChannel::GetData(CVector<unsigned char>&, int) [27]
[26] 2.6 0.00 0.01 30799 CNetBufWithStats::Get(CVector<unsigned char>&, int) [26]
0.01 0.00 307660/615479 CMovingAv<char>::Add(char) [12]
0.00 0.00 338867/338867 CNetBuf::Get(CVector<unsigned char>&, int) [328]
0.00 0.00 30806/30806 CNetBufWithStats::UpdateAutoSetting() [338]
-----------------------------------------------
0.00 0.01 30795/30795 CServer::OnTimer() [4]
[27] 2.6 0.00 0.01 30795 CChannel::GetData(CVector<unsigned char>&, int) [27]
0.00 0.01 30799/30799 CNetBufWithStats::Get(CVector<unsigned char>&, int) [26]
0.00 0.00 2/2 CChannel::Disconnected() [430]
-----------------------------------------------
0.00 0.01 30749/30749 CServer::OnTimer() [4]
[28] 2.5 0.00 0.01 30749 CChannel::PrepAndSendPacket(CHighPrioSocket*, CVector<unsigned char> const&, int) [28]
0.01 0.00 30733/31111 CSocket::SendPacket(CVector<unsigned char> const&, CHostAddress const&) [24]
-----------------------------------------------
<spontaneous>
[29] 0.0 0.00 0.00 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress, CVector<unsigned char>), QtPrivate::List<CHostAddress, CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [29]
0.00 0.00 316/31111 CSocket::SendPacket(CVector<unsigned char> const&, CHostAddress const&) [24]
0.00 0.00 316/316 CServer::OnSendCLProtMessage(CHostAddress, CVector<unsigned char>) [349]
0.00 0.00 315/439 std::vector<unsigned char, std::allocator<unsigned char> >::vector(std::vector<unsigned char, std::allocator<unsigned char> > const&) [347]
-----------------------------------------------
0.00 0.00 62/62 QtPrivate::QSlotObject<void (CServer::*)(int, int, CVector<unsigned char>, CHostAddress), QtPrivate::List<int, int, CVector<unsigned char>, CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [31]
[30] 0.0 0.00 0.00 62 CServer::OnProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [30]
0.00 0.00 62/30789 CServer::FindChannel(CHostAddress const&) [25]
0.00 0.00 62/62 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
0.00 0.00 62/62 CChannel::PutProtcolData(int, int, CVector<unsigned char> const&, CHostAddress const&) [371]
-----------------------------------------------
<spontaneous>
[31] 0.0 0.00 0.00 QtPrivate::QSlotObject<void (CServer::*)(int, int, CVector<unsigned char>, CHostAddress), QtPrivate::List<int, int, CVector<unsigned char>, CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [31]
0.00 0.00 62/62 CServer::OnProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [30]
-----------------------------------------------
<spontaneous>
[32] 0.0 0.00 0.00 QtPrivate::QSlotObject<void (CServer::*)(CVector<unsigned char>), QtPrivate::List<CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [32]
0.00 0.00 33/33 CServerSlots<1u>::OnSendProtMessCh(CVector<unsigned char>) [33]
0.00 0.00 29/29 CServerSlots<2u>::OnSendProtMessCh(CVector<unsigned char>) [34]
0.00 0.00 62/439 std::vector<unsigned char, std::allocator<unsigned char> >::vector(std::vector<unsigned char, std::allocator<unsigned char> > const&) [347]
-----------------------------------------------
0.00 0.00 33/33 QtPrivate::QSlotObject<void (CServer::*)(CVector<unsigned char>), QtPrivate::List<CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [32]
[33] 0.0 0.00 0.00 33 CServerSlots<1u>::OnSendProtMessCh(CVector<unsigned char>) [33]
0.00 0.00 33/31111 CSocket::SendPacket(CVector<unsigned char> const&, CHostAddress const&) [24]
0.00 0.00 33/439 std::vector<unsigned char, std::allocator<unsigned char> >::vector(std::vector<unsigned char, std::allocator<unsigned char> > const&) [347]
0.00 0.00 33/62 CServer::SendProtMessage(int, CVector<unsigned char>) [369]
-----------------------------------------------
0.00 0.00 29/29 QtPrivate::QSlotObject<void (CServer::*)(CVector<unsigned char>), QtPrivate::List<CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [32]
[34] 0.0 0.00 0.00 29 CServerSlots<2u>::OnSendProtMessCh(CVector<unsigned char>) [34]
0.00 0.00 29/31111 CSocket::SendPacket(CVector<unsigned char> const&, CHostAddress const&) [24]
0.00 0.00 29/439 std::vector<unsigned char, std::allocator<unsigned char> >::vector(std::vector<unsigned char, std::allocator<unsigned char> > const&) [347]
0.00 0.00 29/62 CServer::SendProtMessage(int, CVector<unsigned char>) [369]
-----------------------------------------------
0.00 0.00 6/6 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress), QtPrivate::List<CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [36]
[35] 0.0 0.00 0.00 6 CServer::OnCLDisconnection(CHostAddress) [35]
0.00 0.00 6/30789 CServer::FindChannel(CHostAddress const&) [25]
-----------------------------------------------
<spontaneous>
[36] 0.0 0.00 0.00 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress), QtPrivate::List<CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [36]
0.00 0.00 6/6 CServer::OnCLDisconnection(CHostAddress) [35]
0.00 0.00 4/4 CChannel::Disconnect() [408]
-----------------------------------------------
0.00 0.00 1/1 __libc_csu_init [1371]
[37] 0.0 0.00 0.00 1 main [37]
-----------------------------------------------
0.00 0.00 482007/482007 CServer::OnTimer() [4]
[327] 0.0 0.00 0.00 482007 std::vector<short, std::allocator<short> >::vector(std::vector<short, std::allocator<short> > const&) [327]
-----------------------------------------------
0.00 0.00 338867/338867 CNetBufWithStats::Get(CVector<unsigned char>&, int) [26]
[328] 0.0 0.00 0.00 338867 CNetBuf::Get(CVector<unsigned char>&, int) [328]
-----------------------------------------------
0.00 0.00 88302/88302 CServer::OnTimer() [4]
[329] 0.0 0.00 0.00 88302 CChannel::GetPan(int) [329]
-----------------------------------------------
0.00 0.00 88298/88298 CServer::OnTimer() [4]
[330] 0.0 0.00 0.00 88298 CChannel::GetGain(int) [330]
-----------------------------------------------
0.00 0.00 48184/48184 CHighPrecisionTimer::run() [897]
[331] 0.0 0.00 0.00 48184 CHighPrecisionTimer::timeout() [331]
-----------------------------------------------
0.00 0.00 48114/48114 CServer::OnTimer() [4]
[332] 0.0 0.00 0.00 48114 std::vector<CVector<short>, std::allocator<CVector<short> > >::~vector() [332]
-----------------------------------------------
0.00 0.00 48067/48067 CServer::OnTimer() [4]
[333] 0.0 0.00 0.00 48067 CServer::CreateLevelsForAllConChannels(int, CVector<int> const&, CVector<CVector<short> >, CVector<unsigned short>&) [333]
0.00 0.00 304/304 CStereoSignalLevelMeter::CalcLogResultForMeter(double const&) [352]
0.00 0.00 303/303 CChannel::UpdateAndGetLevelForMeterdB(CVector<short> const&, int, bool) [354]
-----------------------------------------------
0.00 0.00 2/39511 CProtocol::EvaluateChanPanMes(CVector<unsigned char> const&) [495]
0.00 0.00 2/39511 CProtocol::EvaluateReqChannelLevelListMes(CVector<unsigned char> const&) [444]
0.00 0.00 4/39511 CProtocol::EvaluateJitBufMes(CVector<unsigned char> const&) [415]
0.00 0.00 12/39511 CProtocol::EvaluateChanInfoMes(CVector<unsigned char> const&) [416]
0.00 0.00 14/39511 CProtocol::EvaluateNetwTranspPropsMes(CVector<unsigned char> const&) [441]
0.00 0.00 30/39511 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
0.00 0.00 34/39511 CProtocol::EvaluateChanGainMes(CVector<unsigned char> const&) [395]
0.00 0.00 44/39511 CProtocol::GetStringFromStream(CVector<unsigned char> const&, int&, int, QString&) [399]
0.00 0.00 161/39511 CProtocol::EvaluateCLPingMes(CHostAddress const&, CVector<unsigned char> const&) [362]
0.00 0.00 3779/39511 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
0.00 0.00 35429/39511 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&) [336]
[334] 0.0 0.00 0.00 39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
-----------------------------------------------
0.00 0.00 37524/37524 CServer::FindChannel(CHostAddress const&) [25]
[335] 0.0 0.00 0.00 37524 CChannel::GetAddress(CHostAddress&) [335]
-----------------------------------------------
0.00 0.00 30884/30884 CSocket::OnDataReceived() [1]
[336] 0.0 0.00 0.00 30884 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&) [336]
0.00 0.00 35429/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 2510/6290 CCRC::AddByte(unsigned char) [340]
0.00 0.00 231/608 CCRC::Reset() [343]
0.00 0.00 230/607 CCRC::GetCRC() [344]
0.00 0.00 221/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
-----------------------------------------------
0.00 0.00 50/30821 CChannel::CChannel(bool) [382]
0.00 0.00 30771/30821 CServer::OnTimer() [4]
[337] 0.0 0.00 0.00 30821 CChannel::SetSockBufNumFrames(int, bool) [337]
0.00 0.00 58/60 CNetBufWithStats::Init(int, int, bool) [376]
0.00 0.00 58/58 CChannel::ServerAutoSockBufSizeChange(int) [377]
-----------------------------------------------
0.00 0.00 30806/30806 CNetBufWithStats::Get(CVector<unsigned char>&, int) [26]
[338] 0.0 0.00 0.00 30806 CNetBufWithStats::UpdateAutoSetting() [338]
0.00 0.00 10/62 CNetBufWithStats::ResetInitCounter() [368]
-----------------------------------------------
0.00 0.00 30742/30742 CServer::OnTimer() [4]
[339] 0.0 0.00 0.00 30742 CChannel::UpdateSocketBufferSize() [339]
-----------------------------------------------
0.00 0.00 2510/6290 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&) [336]
0.00 0.00 3780/6290 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
[340] 0.0 0.00 0.00 6290 CCRC::AddByte(unsigned char) [340]
-----------------------------------------------
0.00 0.00 2/3549 CProtocol::CreateRecorderStateMes(ERecorderState) [439]
0.00 0.00 2/3549 CProtocol::CreateClientIDMes(int) [494]
0.00 0.00 2/3549 CProtocol::CreateVersionAndOSMes() [438]
0.00 0.00 8/3549 CProtocol::CreateJitBufMes(int) [1164]
0.00 0.00 8/3549 CProtocol::CreateMuteStateHasChangedMes(int, bool) [1223]
0.00 0.00 32/3549 CProtocol::CreateAndImmSendAcknMess(int const&, int const&) [388]
0.00 0.00 45/3549 CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&) [403]
0.00 0.00 111/3549 CProtocol::PutStringUTF8OnStream(CVector<unsigned char>&, int&, QByteArray const&) [391]
0.00 0.00 153/3549 CProtocol::CreateCLChannelLevelListMes(CHostAddress const&, CVector<unsigned short> const&, int) [363]
0.00 0.00 163/3549 CProtocol::CreateCLPingMes(CHostAddress const&, int) [361]
0.00 0.00 3023/3549 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
[341] 0.0 0.00 0.00 3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
-----------------------------------------------
0.00 0.00 1/1076 CSocket::Init(unsigned short) [486]
0.00 0.00 2/1076 CChannel::OnNetTranspPropsReceived(CNetworkTransportProps) [432]
0.00 0.00 2/1076 CProtocol::CreateRecorderStateMes(ERecorderState) [439]
0.00 0.00 2/1076 CProtocol::CreateClientIDMes(int) [494]
0.00 0.00 2/1076 CProtocol::CreateVersionAndOSMes() [438]
0.00 0.00 4/1076 CProtocol::CreateMuteStateHasChangedMes(int, bool) [1223]
0.00 0.00 8/1076 CProtocol::CreateJitBufMes(int) [1164]
0.00 0.00 9/1076 CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&) [403]
0.00 0.00 10/1076 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
0.00 0.00 30/1076 CProtocol::SendMessage() [384]
0.00 0.00 32/1076 CProtocol::CreateAndImmSendAcknMess(int const&, int const&) [388]
0.00 0.00 60/1076 CNetBuf::Init(int, int, bool) [345]
0.00 0.00 153/1076 CProtocol::CreateCLChannelLevelListMes(CHostAddress const&, CVector<unsigned short> const&, int) [363]
0.00 0.00 163/1076 CProtocol::CreateCLPingMes(CHostAddress const&, int) [361]
0.00 0.00 221/1076 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&) [336]
0.00 0.00 377/1076 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
[342] 0.0 0.00 0.00 1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
-----------------------------------------------
0.00 0.00 231/608 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&) [336]
0.00 0.00 377/608 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
[343] 0.0 0.00 0.00 608 CCRC::Reset() [343]
-----------------------------------------------
0.00 0.00 230/607 CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&) [336]
0.00 0.00 377/607 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
[344] 0.0 0.00 0.00 607 CCRC::GetCRC() [344]
-----------------------------------------------
0.00 0.00 580/580 CNetBufWithStats::Init(int, int, bool) [376]
[345] 0.0 0.00 0.00 580 CNetBuf::Init(int, int, bool) [345]
0.00 0.00 60/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
-----------------------------------------------
0.00 0.00 520/520 CNetBufWithStats::Init(int, int, bool) [376]
[346] 0.0 0.00 0.00 520 std::vector<char, std::allocator<char> >::_M_default_append(unsigned int) [346]
-----------------------------------------------
0.00 0.00 29/439 CServerSlots<2u>::OnSendProtMessCh(CVector<unsigned char>) [34]
0.00 0.00 33/439 CServerSlots<1u>::OnSendProtMessCh(CVector<unsigned char>) [33]
0.00 0.00 62/439 QtPrivate::QSlotObject<void (CServer::*)(CVector<unsigned char>), QtPrivate::List<CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [32]
0.00 0.00 315/439 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress, CVector<unsigned char>), QtPrivate::List<CHostAddress, CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [29]
[347] 0.0 0.00 0.00 439 std::vector<unsigned char, std::allocator<unsigned char> >::vector(std::vector<unsigned char, std::allocator<unsigned char> > const&) [347]
-----------------------------------------------
0.00 0.00 29/377 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
0.00 0.00 32/377 CProtocol::CreateAndImmSendAcknMess(int const&, int const&) [388]
0.00 0.00 316/377 CProtocol::CreateAndImmSendConLessMessage(int, CVector<unsigned char> const&, CHostAddress const&) [350]
[348] 0.0 0.00 0.00 377 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
0.00 0.00 3780/6290 CCRC::AddByte(unsigned char) [340]
0.00 0.00 3779/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 3023/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 377/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
0.00 0.00 377/608 CCRC::Reset() [343]
0.00 0.00 377/607 CCRC::GetCRC() [344]
-----------------------------------------------
0.00 0.00 316/316 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress, CVector<unsigned char>), QtPrivate::List<CHostAddress, CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [29]
[349] 0.0 0.00 0.00 316 CServer::OnSendCLProtMessage(CHostAddress, CVector<unsigned char>) [349]
-----------------------------------------------
0.00 0.00 153/316 CProtocol::CreateCLChannelLevelListMes(CHostAddress const&, CVector<unsigned short> const&, int) [363]
0.00 0.00 163/316 CProtocol::CreateCLPingMes(CHostAddress const&, int) [361]
[350] 0.0 0.00 0.00 316 CProtocol::CreateAndImmSendConLessMessage(int, CVector<unsigned char> const&, CHostAddress const&) [350]
0.00 0.00 316/377 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
0.00 0.00 315/315 CProtocol::CLMessReadyForSending(CHostAddress, CVector<unsigned char>) [351]
-----------------------------------------------
0.00 0.00 315/315 CProtocol::CreateAndImmSendConLessMessage(int, CVector<unsigned char> const&, CHostAddress const&) [350]
[351] 0.0 0.00 0.00 315 CProtocol::CLMessReadyForSending(CHostAddress, CVector<unsigned char>) [351]
-----------------------------------------------
0.00 0.00 304/304 CServer::CreateLevelsForAllConChannels(int, CVector<int> const&, CVector<CVector<short> >, CVector<unsigned short>&) [333]
[352] 0.0 0.00 0.00 304 CStereoSignalLevelMeter::CalcLogResultForMeter(double const&) [352]
-----------------------------------------------
0.00 0.00 303/303 CChannel::UpdateAndGetLevelForMeterdB(CVector<short> const&, int, bool) [354]
[353] 0.0 0.00 0.00 303 CStereoSignalLevelMeter::Update(CVector<short> const&, int, bool) [353]
0.00 0.00 302/302 CStereoSignalLevelMeter::UpdateCurLevel(double, double) [355]
-----------------------------------------------
0.00 0.00 303/303 CServer::CreateLevelsForAllConChannels(int, CVector<int> const&, CVector<CVector<short> >, CVector<unsigned short>&) [333]
[354] 0.0 0.00 0.00 303 CChannel::UpdateAndGetLevelForMeterdB(CVector<short> const&, int, bool) [354]
0.00 0.00 303/303 CStereoSignalLevelMeter::Update(CVector<short> const&, int, bool) [353]
-----------------------------------------------
0.00 0.00 302/302 CStereoSignalLevelMeter::Update(CVector<short> const&, int, bool) [353]
[355] 0.0 0.00 0.00 302 CStereoSignalLevelMeter::UpdateCurLevel(double, double) [355]
-----------------------------------------------
0.00 0.00 169/169 CSocket::OnDataReceived() [1]
[356] 0.0 0.00 0.00 169 CSocket::ProtcolCLMessageReceived(int, CVector<unsigned char>, CHostAddress) [356]
-----------------------------------------------
0.00 0.00 168/168 QtPrivate::QSlotObject<void (CServer::*)(int, CVector<unsigned char>, CHostAddress), QtPrivate::List<int, CVector<unsigned char>, CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1278]
[357] 0.0 0.00 0.00 168 CServer::OnProtcolCLMessageReceived(int, CVector<unsigned char>, CHostAddress) [357]
-----------------------------------------------
0.00 0.00 167/167 QtPrivate::QSlotObject<void (CServer::*)(int, CVector<unsigned char>, CHostAddress), QtPrivate::List<int, CVector<unsigned char>, CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1278]
[358] 0.0 0.00 0.00 167 CProtocol::ParseConnectionLessMessageBody(CVector<unsigned char> const&, int, CHostAddress const&) [358]
-----------------------------------------------
0.00 0.00 163/163 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress, int), QtPrivate::List<CHostAddress, int>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1274]
[359] 0.0 0.00 0.00 163 CServer::OnCLPingReceived(CHostAddress, int) [359]
-----------------------------------------------
0.00 0.00 163/163 CProtocol::EvaluateCLPingMes(CHostAddress const&, CVector<unsigned char> const&) [362]
[360] 0.0 0.00 0.00 163 CProtocol::CLPingReceived(CHostAddress, int) [360]
-----------------------------------------------
0.00 0.00 163/163 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress, int), QtPrivate::List<CHostAddress, int>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1274]
[361] 0.0 0.00 0.00 163 CProtocol::CreateCLPingMes(CHostAddress const&, int) [361]
0.00 0.00 163/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
0.00 0.00 163/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 163/316 CProtocol::CreateAndImmSendConLessMessage(int, CVector<unsigned char> const&, CHostAddress const&) [350]
-----------------------------------------------
0.00 0.00 162/162 QtPrivate::QSlotObject<void (CServer::*)(int, CVector<unsigned char>, CHostAddress), QtPrivate::List<int, CVector<unsigned char>, CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1278]
[362] 0.0 0.00 0.00 162 CProtocol::EvaluateCLPingMes(CHostAddress const&, CVector<unsigned char> const&) [362]
0.00 0.00 163/163 CProtocol::CLPingReceived(CHostAddress, int) [360]
0.00 0.00 161/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
-----------------------------------------------
0.00 0.00 153/153 CServer::OnTimer() [4]
[363] 0.0 0.00 0.00 153 CProtocol::CreateCLChannelLevelListMes(CHostAddress const&, CVector<unsigned short> const&, int) [363]
0.00 0.00 153/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 153/316 CProtocol::CreateAndImmSendConLessMessage(int, CVector<unsigned char> const&, CHostAddress const&) [350]
0.00 0.00 153/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
-----------------------------------------------
0.00 0.00 8/132 CServer::CreateAndSendJitBufMessage(int, int) [1013]
0.00 0.00 62/132 CChannel::OnSendProtMessage(CVector<unsigned char>) [372]
0.00 0.00 62/132 CChannel::PutProtcolData(int, int, CVector<unsigned char> const&, CHostAddress const&) [371]
[364] 0.0 0.00 0.00 132 CChannel::ProtocolIsEnabled() [364]
-----------------------------------------------
0.00 0.00 20/120 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
0.00 0.00 100/120 CChannel::CChannel(bool) [382]
[365] 0.0 0.00 0.00 120 std::vector<double, std::allocator<double> >::_M_default_append(unsigned int) [365]
-----------------------------------------------
0.00 0.00 1/102 CServer::~CServer() [1026]
0.00 0.00 50/102 CChannel::~CChannel() [383]
0.00 0.00 51/102 CProtocol::Reset() [378]
[366] 0.0 0.00 0.00 102 std::__cxx11::_List_base<CProtocol::CSendMessage, std::allocator<CProtocol::CSendMessage> >::_M_clear() [366]
-----------------------------------------------
0.00 0.00 6/100 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
0.00 0.00 6/100 void CServer::connectChannelSignalsToServerSlots<50u>() [483]
0.00 0.00 10/100 void CServer::connectChannelSignalsToServerSlots<14u>() [477]
0.00 0.00 10/100 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
0.00 0.00 12/100 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
0.00 0.00 18/100 void CServer::connectChannelSignalsToServerSlots<9u>() [484]
0.00 0.00 18/100 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
0.00 0.00 20/100 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
[367] 0.0 0.00 0.00 100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
-----------------------------------------------
0.00 0.00 10/62 CNetBufWithStats::UpdateAutoSetting() [338]
0.00 0.00 52/62 CNetBufWithStats::Init(int, int, bool) [376]
[368] 0.0 0.00 0.00 62 CNetBufWithStats::ResetInitCounter() [368]
-----------------------------------------------
0.00 0.00 29/62 CServerSlots<2u>::OnSendProtMessCh(CVector<unsigned char>) [34]
0.00 0.00 33/62 CServerSlots<1u>::OnSendProtMessCh(CVector<unsigned char>) [33]
[369] 0.0 0.00 0.00 62 CServer::SendProtMessage(int, CVector<unsigned char>) [369]
-----------------------------------------------
0.00 0.00 62/62 CSocket::OnDataReceived() [1]
[370] 0.0 0.00 0.00 62 CSocket::ProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [370]
-----------------------------------------------
0.00 0.00 62/62 CServer::OnProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [30]
[371] 0.0 0.00 0.00 62 CChannel::PutProtcolData(int, int, CVector<unsigned char> const&, CHostAddress const&) [371]
0.00 0.00 62/132 CChannel::ProtocolIsEnabled() [364]
-----------------------------------------------
0.00 0.00 62/62 QtPrivate::QSlotObject<void (CChannel::*)(CVector<unsigned char>), QtPrivate::List<CVector<unsigned char> >, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1288]
[372] 0.0 0.00 0.00 62 CChannel::OnSendProtMessage(CVector<unsigned char>) [372]
0.00 0.00 62/132 CChannel::ProtocolIsEnabled() [364]
0.00 0.00 62/62 CChannel::MessReadyForSending(CVector<unsigned char>) [373]
-----------------------------------------------
0.00 0.00 62/62 CChannel::OnSendProtMessage(CVector<unsigned char>) [372]
[373] 0.0 0.00 0.00 62 CChannel::MessReadyForSending(CVector<unsigned char>) [373]
-----------------------------------------------
0.00 0.00 62/62 CServer::OnProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [30]
[374] 0.0 0.00 0.00 62 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
0.00 0.00 32/32 CProtocol::CreateAndImmSendAcknMess(int const&, int const&) [388]
0.00 0.00 30/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 30/44 CProtocol::SendMessage() [384]
0.00 0.00 17/17 CProtocol::EvaluateChanGainMes(CVector<unsigned char> const&) [395]
0.00 0.00 4/4 CProtocol::EvaluateJitBufMes(CVector<unsigned char> const&) [415]
0.00 0.00 4/4 CProtocol::EvaluateChanInfoMes(CVector<unsigned char> const&) [416]
0.00 0.00 2/2 CProtocol::EvaluateReqChannelLevelListMes(CVector<unsigned char> const&) [444]
0.00 0.00 2/2 CProtocol::EvaluateNetwTranspPropsMes(CVector<unsigned char> const&) [441]
0.00 0.00 2/2 CProtocol::EvaluateReqConnClientsList() [442]
0.00 0.00 1/1 CProtocol::EvaluateChanPanMes(CVector<unsigned char> const&) [495]
-----------------------------------------------
0.00 0.00 30/62 CProtocol::SendMessage() [384]
0.00 0.00 32/62 CProtocol::CreateAndImmSendAcknMess(int const&, int const&) [388]
[375] 0.0 0.00 0.00 62 CProtocol::MessReadyForSending(CVector<unsigned char>) [375]
-----------------------------------------------
0.00 0.00 2/60 CChannel::OnNetTranspPropsReceived(CNetworkTransportProps) [432]
0.00 0.00 58/60 CChannel::SetSockBufNumFrames(int, bool) [337]
[376] 0.0 0.00 0.00 60 CNetBufWithStats::Init(int, int, bool) [376]
0.00 0.00 580/580 CNetBuf::Init(int, int, bool) [345]
0.00 0.00 520/520 std::vector<char, std::allocator<char> >::_M_default_append(unsigned int) [346]
0.00 0.00 52/62 CNetBufWithStats::ResetInitCounter() [368]
-----------------------------------------------
0.00 0.00 58/58 CChannel::SetSockBufNumFrames(int, bool) [337]
[377] 0.0 0.00 0.00 58 CChannel::ServerAutoSockBufSizeChange(int) [377]
-----------------------------------------------
0.00 0.00 51/51 CProtocol::CProtocol() [379]
[378] 0.0 0.00 0.00 51 CProtocol::Reset() [378]
0.00 0.00 51/102 std::__cxx11::_List_base<CProtocol::CSendMessage, std::allocator<CProtocol::CSendMessage> >::_M_clear() [366]
-----------------------------------------------
0.00 0.00 1/51 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
0.00 0.00 50/51 CChannel::CChannel(bool) [382]
[379] 0.0 0.00 0.00 51 CProtocol::CProtocol() [379]
0.00 0.00 51/51 CProtocol::Reset() [378]
-----------------------------------------------
0.00 0.00 50/50 CChannel::CChannel(bool) [382]
[380] 0.0 0.00 0.00 50 CNetBufWithStats::CNetBufWithStats() [380]
-----------------------------------------------
0.00 0.00 3/50 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
0.00 0.00 3/50 void CServer::connectChannelSignalsToServerSlots<50u>() [483]
0.00 0.00 5/50 void CServer::connectChannelSignalsToServerSlots<14u>() [477]
0.00 0.00 5/50 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
0.00 0.00 6/50 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
0.00 0.00 9/50 void CServer::connectChannelSignalsToServerSlots<9u>() [484]
0.00 0.00 9/50 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
0.00 0.00 10/50 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
[381] 0.0 0.00 0.00 50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
-----------------------------------------------
0.00 0.00 50/50 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[382] 0.0 0.00 0.00 50 CChannel::CChannel(bool) [382]
0.00 0.00 100/120 std::vector<double, std::allocator<double> >::_M_default_append(unsigned int) [365]
0.00 0.00 50/50 CNetBufWithStats::CNetBufWithStats() [380]
0.00 0.00 50/51 CProtocol::CProtocol() [379]
0.00 0.00 50/30821 CChannel::SetSockBufNumFrames(int, bool) [337]
-----------------------------------------------
0.00 0.00 50/50 CServer::~CServer() [1026]
[383] 0.0 0.00 0.00 50 CChannel::~CChannel() [383]
0.00 0.00 50/102 std::__cxx11::_List_base<CProtocol::CSendMessage, std::allocator<CProtocol::CSendMessage> >::_M_clear() [366]
-----------------------------------------------
0.00 0.00 14/44 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
0.00 0.00 30/44 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[384] 0.0 0.00 0.00 44 CProtocol::SendMessage() [384]
0.00 0.00 30/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
0.00 0.00 30/62 CProtocol::MessReadyForSending(CVector<unsigned char>) [375]
-----------------------------------------------
0.00 0.00 1/40 CServer::OnHandledSignal(int) [1000]
0.00 0.00 1/40 CServer::SetWelcomeMessage(QString const&) [475]
0.00 0.00 4/40 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [2]
0.00 0.00 6/40 CServer::~CServer() [1026]
0.00 0.00 13/40 CServer::WriteHTMLChannelList() [405]
0.00 0.00 15/40 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[385] 0.0 0.00 0.00 40 QString::~QString() [385]
-----------------------------------------------
0.00 0.00 40/40 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [2]
[386] 0.0 0.00 0.00 40 CChannel::SetGain(int, double) [386]
0.00 0.00 4/4 CChannel::MuteStateHasChanged(int, bool) [411]
-----------------------------------------------
0.00 0.00 40/40 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[387] 0.0 0.00 0.00 40 std::vector<short, std::allocator<short> >::_M_default_append(unsigned int) [387]
-----------------------------------------------
0.00 0.00 32/32 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[388] 0.0 0.00 0.00 32 CProtocol::CreateAndImmSendAcknMess(int const&, int const&) [388]
0.00 0.00 32/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
0.00 0.00 32/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 32/377 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
0.00 0.00 32/62 CProtocol::MessReadyForSending(CVector<unsigned char>) [375]
-----------------------------------------------
0.00 0.00 30/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
[389] 0.0 0.00 0.00 30 CProtocol::EnqueueMessage(CVector<unsigned char>&, int, int) [389]
-----------------------------------------------
0.00 0.00 2/30 CProtocol::CreateReqChanInfoMes() [437]
0.00 0.00 2/30 CProtocol::CreateReqJitBufMes() [434]
0.00 0.00 2/30 CProtocol::CreateReqNetwTranspPropsMes() [443]
0.00 0.00 2/30 CProtocol::CreateRecorderStateMes(ERecorderState) [439]
0.00 0.00 2/30 CProtocol::CreateClientIDMes(int) [494]
0.00 0.00 2/30 CProtocol::CreateVersionAndOSMes() [438]
0.00 0.00 4/30 CProtocol::CreateMuteStateHasChangedMes(int, bool) [1223]
0.00 0.00 6/30 CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&) [403]
0.00 0.00 8/30 CProtocol::CreateJitBufMes(int) [1164]
[390] 0.0 0.00 0.00 30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
0.00 0.00 30/30 CProtocol::EnqueueMessage(CVector<unsigned char>&, int, int) [389]
0.00 0.00 29/377 CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&) [348]
0.00 0.00 14/44 CProtocol::SendMessage() [384]
-----------------------------------------------
0.00 0.00 2/20 CProtocol::CreateVersionAndOSMes() [438]
0.00 0.00 18/20 CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&) [403]
[391] 0.0 0.00 0.00 20 CProtocol::PutStringUTF8OnStream(CVector<unsigned char>&, int&, QByteArray const&) [391]
0.00 0.00 111/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
-----------------------------------------------
0.00 0.00 1/17 void CServer::connectChannelSignalsToServerSlots<14u>() [477]
0.00 0.00 1/17 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
0.00 0.00 1/17 void CServer::connectChannelSignalsToServerSlots<50u>() [483]
0.00 0.00 2/17 void CServer::connectChannelSignalsToServerSlots<9u>() [484]
0.00 0.00 2/17 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
0.00 0.00 2/17 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
0.00 0.00 3/17 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
0.00 0.00 5/17 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
[392] 0.0 0.00 0.00 17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
-----------------------------------------------
0.00 0.00 2/17 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
0.00 0.00 2/17 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
0.00 0.00 3/17 void CServer::connectChannelSignalsToServerSlots<9u>() [484]
0.00 0.00 3/17 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
0.00 0.00 3/17 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
0.00 0.00 4/17 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
[393] 0.0 0.00 0.00 17 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [393]
-----------------------------------------------
0.00 0.00 17/17 CProtocol::EvaluateChanGainMes(CVector<unsigned char> const&) [395]
[394] 0.0 0.00 0.00 17 CProtocol::ChangeChanGain(int, double) [394]
-----------------------------------------------
0.00 0.00 17/17 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[395] 0.0 0.00 0.00 17 CProtocol::EvaluateChanGainMes(CVector<unsigned char> const&) [395]
0.00 0.00 34/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 17/17 CProtocol::ChangeChanGain(int, double) [394]
-----------------------------------------------
0.00 0.00 1/15 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
0.00 0.00 1/15 void CServer::connectChannelSignalsToServerSlots<50u>() [483]
0.00 0.00 2/15 void CServer::connectChannelSignalsToServerSlots<9u>() [484]
0.00 0.00 2/15 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
0.00 0.00 2/15 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
0.00 0.00 3/15 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
0.00 0.00 4/15 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
[396] 0.0 0.00 0.00 15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
-----------------------------------------------
0.00 0.00 10/10 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[397] 0.0 0.00 0.00 10 CChannel::SetEnable(bool) [397]
-----------------------------------------------
0.00 0.00 4/8 CSignalUnix::CSignalUnix(CSignalHandler*) [452]
0.00 0.00 4/8 CSignalUnix::~CSignalUnix() [454]
[398] 0.0 0.00 0.00 8 CSignalUnix::setSignalHandled(int, bool) [398]
-----------------------------------------------
0.00 0.00 8/8 CProtocol::EvaluateChanInfoMes(CVector<unsigned char> const&) [416]
[399] 0.0 0.00 0.00 8 CProtocol::GetStringFromStream(CVector<unsigned char> const&, int&, int, QString&) [399]
0.00 0.00 44/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
-----------------------------------------------
0.00 0.00 7/7 CServer::CreateChannelList() [401]
[400] 0.0 0.00 0.00 7 std::vector<CChannelInfo, std::allocator<CChannelInfo> >::_M_default_append(unsigned int) [400]
-----------------------------------------------
0.00 0.00 2/6 CServer::CreateAndSendChanListForThisChan(int) [1019]
0.00 0.00 4/6 CServer::CreateAndSendChanListForAllConChannels() [427]
[401] 0.0 0.00 0.00 6 CServer::CreateChannelList() [401]
0.00 0.00 7/7 std::vector<CChannelInfo, std::allocator<CChannelInfo> >::_M_default_append(unsigned int) [400]
-----------------------------------------------
0.00 0.00 6/6 CProtocol::EvaluateCLDisconnectionMes(CHostAddress const&) [404]
[402] 0.0 0.00 0.00 6 CProtocol::CLDisconnection(CHostAddress) [402]
-----------------------------------------------
0.00 0.00 2/6 CServer::CreateAndSendChanListForThisChan(int) [1019]
0.00 0.00 4/6 CServer::CreateAndSendChanListForAllConChannels() [427]
[403] 0.0 0.00 0.00 6 CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&) [403]
0.00 0.00 45/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 18/20 CProtocol::PutStringUTF8OnStream(CVector<unsigned char>&, int&, QByteArray const&) [391]
0.00 0.00 9/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
0.00 0.00 6/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
-----------------------------------------------
0.00 0.00 6/6 QtPrivate::QSlotObject<void (CServer::*)(int, CVector<unsigned char>, CHostAddress), QtPrivate::List<int, CVector<unsigned char>, CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1278]
[404] 0.0 0.00 0.00 6 CProtocol::EvaluateCLDisconnectionMes(CHostAddress const&) [404]
0.00 0.00 6/6 CProtocol::CLDisconnection(CHostAddress) [402]
-----------------------------------------------
0.00 0.00 1/5 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
0.00 0.00 4/5 CServer::CreateAndSendChanListForAllConChannels() [427]
[405] 0.0 0.00 0.00 5 CServer::WriteHTMLChannelList() [405]
0.00 0.00 13/40 QString::~QString() [385]
0.00 0.00 5/5 CServer::GetNumberOfConnectedClients() [406]
0.00 0.00 4/4 CChannel::GetName() [412]
-----------------------------------------------
0.00 0.00 5/5 CServer::WriteHTMLChannelList() [405]
[406] 0.0 0.00 0.00 5 CServer::GetNumberOfConnectedClients() [406]
-----------------------------------------------
0.00 0.00 1/4 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [468]
0.00 0.00 1/4 CServerLogging::AddServerStopped() [458]
0.00 0.00 2/4 CServerLogging::AddNewConnection(QHostAddress const&) [424]
[407] 0.0 0.00 0.00 4 ConsoleWriterFactory::get() [407]
-----------------------------------------------
0.00 0.00 4/4 QtPrivate::QSlotObject<void (CServer::*)(CHostAddress), QtPrivate::List<CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [36]
[408] 0.0 0.00 0.00 4 CChannel::Disconnect() [408]
-----------------------------------------------
0.00 0.00 4/4 QtPrivate::QSlotObject<void (CChannel::*)(CChannelCoreInfo), QtPrivate::List<CChannelCoreInfo>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1285]
[409] 0.0 0.00 0.00 4 CChannel::SetChanInfo(CChannelCoreInfo const&) [409]
-----------------------------------------------
0.00 0.00 4/4 QtPrivate::QSlotObject<void (CChannel::*)(CChannelCoreInfo), QtPrivate::List<CChannelCoreInfo>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1285]
[410] 0.0 0.00 0.00 4 CChannel::OnChangeChanInfo(CChannelCoreInfo) [410]
-----------------------------------------------
0.00 0.00 4/4 CChannel::SetGain(int, double) [386]
[411] 0.0 0.00 0.00 4 CChannel::MuteStateHasChanged(int, bool) [411]
-----------------------------------------------
0.00 0.00 4/4 CServer::WriteHTMLChannelList() [405]
[412] 0.0 0.00 0.00 4 CChannel::GetName() [412]
-----------------------------------------------
0.00 0.00 4/4 CProtocol::EvaluateChanInfoMes(CVector<unsigned char> const&) [416]
[413] 0.0 0.00 0.00 4 CProtocol::ChangeChanInfo(CChannelCoreInfo) [413]
-----------------------------------------------
0.00 0.00 4/4 CProtocol::EvaluateJitBufMes(CVector<unsigned char> const&) [415]
[414] 0.0 0.00 0.00 4 CProtocol::ChangeJittBufSize(int) [414]
-----------------------------------------------
0.00 0.00 4/4 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[415] 0.0 0.00 0.00 4 CProtocol::EvaluateJitBufMes(CVector<unsigned char> const&) [415]
0.00 0.00 4/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 4/4 CProtocol::ChangeJittBufSize(int) [414]
-----------------------------------------------
0.00 0.00 4/4 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[416] 0.0 0.00 0.00 4 CProtocol::EvaluateChanInfoMes(CVector<unsigned char> const&) [416]
0.00 0.00 12/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 8/8 CProtocol::GetStringFromStream(CVector<unsigned char> const&, int&, int, QString&) [399]
0.00 0.00 4/4 CProtocol::ChangeChanInfo(CChannelCoreInfo) [413]
-----------------------------------------------
0.00 0.00 4/4 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[417] 0.0 0.00 0.00 4 QtPrivate::RefCount::ref() [417]
-----------------------------------------------
0.00 0.00 4/4 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[418] 0.0 0.00 0.00 4 std::vector<int, std::allocator<int> >::_M_default_append(unsigned int) [418]
-----------------------------------------------
0.00 0.00 4/4 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[419] 0.0 0.00 0.00 4 std::vector<int, std::allocator<int> >::resize(unsigned int) [419]
-----------------------------------------------
0.00 0.00 1/3 CServerLogging::AddServerStopped() [458]
0.00 0.00 2/3 CServerLogging::AddNewConnection(QHostAddress const&) [424]
[420] 0.0 0.00 0.00 3 CServerLogging::CurTimeDatetoLogString() [420]
-----------------------------------------------
0.00 0.00 1/3 CServerLogging::AddServerStopped() [458]
0.00 0.00 2/3 CServerLogging::AddNewConnection(QHostAddress const&) [424]
[421] 0.0 0.00 0.00 3 CServerLogging::operator<<(QString const&) [421]
-----------------------------------------------
0.00 0.00 1/3 CServer::~CServer() [1026]
0.00 0.00 2/3 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [468]
[422] 0.0 0.00 0.00 3 QList<CServerListEntry>::~QList() [422]
-----------------------------------------------
0.00 0.00 2/2 CServerLogging::AddNewConnection(QHostAddress const&) [424]
[423] 0.0 0.00 0.00 2 AHistoryGraph::Add(QDateTime const&, QHostAddress) [423]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnNewConnection(int, CHostAddress) [426]
[424] 0.0 0.00 0.00 2 CServerLogging::AddNewConnection(QHostAddress const&) [424]
0.00 0.00 2/3 CServerLogging::CurTimeDatetoLogString() [420]
0.00 0.00 2/4 ConsoleWriterFactory::get() [407]
0.00 0.00 2/3 CServerLogging::operator<<(QString const&) [421]
0.00 0.00 2/2 AHistoryGraph::Add(QDateTime const&, QHostAddress) [423]
-----------------------------------------------
0.00 0.00 2/2 CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [2]
[425] 0.0 0.00 0.00 2 CServer::GetFreeChan() [425]
-----------------------------------------------
0.00 0.00 2/2 QtPrivate::QSlotObject<void (CServer::*)(int, CHostAddress), QtPrivate::List<int, CHostAddress>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1277]
[426] 0.0 0.00 0.00 2 CServer::OnNewConnection(int, CHostAddress) [426]
0.00 0.00 2/2 CProtocol::CreateReqNetwTranspPropsMes() [443]
0.00 0.00 2/2 CProtocol::CreateReqJitBufMes() [434]
0.00 0.00 2/2 CProtocol::CreateReqChanInfoMes() [437]
0.00 0.00 2/2 CProtocol::CreateVersionAndOSMes() [438]
0.00 0.00 2/2 recorder::CJamController::GetRecorderState() [433]
0.00 0.00 2/2 CProtocol::CreateRecorderStateMes(ERecorderState) [439]
0.00 0.00 2/2 CServerLogging::AddNewConnection(QHostAddress const&) [424]
0.00 0.00 1/1 CProtocol::CreateClientIDMes(int) [494]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnTimer() [4]
[427] 0.0 0.00 0.00 2 CServer::CreateAndSendChanListForAllConChannels() [427]
0.00 0.00 4/6 CServer::CreateChannelList() [401]
0.00 0.00 4/6 CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&) [403]
0.00 0.00 4/5 CServer::WriteHTMLChannelList() [405]
-----------------------------------------------
0.00 0.00 1/2 CServer::OnAboutToQuit() [998]
0.00 0.00 1/2 CServer::OnTimer() [4]
[428] 0.0 0.00 0.00 2 CServer::Stop() [428]
0.00 0.00 1/1 CHighPrecisionTimer::Stop() [469]
0.00 0.00 1/1 CServerLogging::AddServerStopped() [458]
-----------------------------------------------
0.00 0.00 2/2 CSocket::OnDataReceived() [1]
[429] 0.0 0.00 0.00 2 CSocket::NewConnection(int, CHostAddress) [429]
-----------------------------------------------
0.00 0.00 2/2 CChannel::GetData(CVector<unsigned char>&, int) [27]
[430] 0.0 0.00 0.00 2 CChannel::Disconnected() [430]
-----------------------------------------------
0.00 0.00 2/2 QtPrivate::QSlotObject<void (CChannel::*)(CChannelCoreInfo), QtPrivate::List<CChannelCoreInfo>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1285]
[431] 0.0 0.00 0.00 2 CChannel::ChanInfoHasChanged() [431]
-----------------------------------------------
0.00 0.00 2/2 QtPrivate::QSlotObject<void (CChannel::*)(CNetworkTransportProps), QtPrivate::List<CNetworkTransportProps>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [1286]
[432] 0.0 0.00 0.00 2 CChannel::OnNetTranspPropsReceived(CNetworkTransportProps) [432]
0.00 0.00 2/60 CNetBufWithStats::Init(int, int, bool) [376]
0.00 0.00 2/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnNewConnection(int, CHostAddress) [426]
[433] 0.0 0.00 0.00 2 recorder::CJamController::GetRecorderState() [433]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnNewConnection(int, CHostAddress) [426]
[434] 0.0 0.00 0.00 2 CProtocol::CreateReqJitBufMes() [434]
0.00 0.00 2/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
-----------------------------------------------
0.00 0.00 2/2 CProtocol::EvaluateReqConnClientsList() [442]
[435] 0.0 0.00 0.00 2 CProtocol::ReqConnClientsList() [435]
-----------------------------------------------
0.00 0.00 2/2 CProtocol::EvaluateReqChannelLevelListMes(CVector<unsigned char> const&) [444]
[436] 0.0 0.00 0.00 2 CProtocol::ReqChannelLevelList(bool) [436]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnNewConnection(int, CHostAddress) [426]
[437] 0.0 0.00 0.00 2 CProtocol::CreateReqChanInfoMes() [437]
0.00 0.00 2/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnNewConnection(int, CHostAddress) [426]
[438] 0.0 0.00 0.00 2 CProtocol::CreateVersionAndOSMes() [438]
0.00 0.00 2/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 2/20 CProtocol::PutStringUTF8OnStream(CVector<unsigned char>&, int&, QByteArray const&) [391]
0.00 0.00 2/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
0.00 0.00 2/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnNewConnection(int, CHostAddress) [426]
[439] 0.0 0.00 0.00 2 CProtocol::CreateRecorderStateMes(ERecorderState) [439]
0.00 0.00 2/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
0.00 0.00 2/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 2/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
-----------------------------------------------
0.00 0.00 2/2 CProtocol::EvaluateNetwTranspPropsMes(CVector<unsigned char> const&) [441]
[440] 0.0 0.00 0.00 2 CProtocol::NetTranspPropsReceived(CNetworkTransportProps) [440]
-----------------------------------------------
0.00 0.00 2/2 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[441] 0.0 0.00 0.00 2 CProtocol::EvaluateNetwTranspPropsMes(CVector<unsigned char> const&) [441]
0.00 0.00 14/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 2/2 CProtocol::NetTranspPropsReceived(CNetworkTransportProps) [440]
-----------------------------------------------
0.00 0.00 2/2 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[442] 0.0 0.00 0.00 2 CProtocol::EvaluateReqConnClientsList() [442]
0.00 0.00 2/2 CProtocol::ReqConnClientsList() [435]
-----------------------------------------------
0.00 0.00 2/2 CServer::OnNewConnection(int, CHostAddress) [426]
[443] 0.0 0.00 0.00 2 CProtocol::CreateReqNetwTranspPropsMes() [443]
0.00 0.00 2/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
-----------------------------------------------
0.00 0.00 2/2 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[444] 0.0 0.00 0.00 2 CProtocol::EvaluateReqChannelLevelListMes(CVector<unsigned char> const&) [444]
0.00 0.00 2/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 2/2 CProtocol::ReqChannelLevelList(bool) [436]
-----------------------------------------------
0.00 0.00 2/2 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[445] 0.0 0.00 0.00 2 std::vector<CVector<double>, std::allocator<CVector<double> > >::_M_default_append(unsigned int) [445]
-----------------------------------------------
0.00 0.00 2/2 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[446] 0.0 0.00 0.00 2 std::vector<CVector<short>, std::allocator<CVector<short> > >::_M_default_append(unsigned int) [446]
-----------------------------------------------
1 int qRegisterMetaType<CVector<short> >(char const*, CVector<short>*, QtPrivate::MetaTypeDefinedHelper<CVector<short>, QMetaTypeId2<CVector<short> >::Defined&&(!QMetaTypeId2<CVector<short> >::IsBuiltIn)>::DefinedType) [447]
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[447] 0.0 0.00 0.00 1+1 int qRegisterMetaType<CVector<short> >(char const*, CVector<short>*, QtPrivate::MetaTypeDefinedHelper<CVector<short>, QMetaTypeId2<CVector<short> >::Defined&&(!QMetaTypeId2<CVector<short> >::IsBuiltIn)>::DefinedType) [447]
1 int qRegisterMetaType<CVector<short> >(char const*, CVector<short>*, QtPrivate::MetaTypeDefinedHelper<CVector<short>, QMetaTypeId2<CVector<short> >::Defined&&(!QMetaTypeId2<CVector<short> >::IsBuiltIn)>::DefinedType) [447]
-----------------------------------------------
0.00 0.00 1/1 (anonymous namespace)::initializer::~initializer() [819]
[448] 0.0 0.00 0.00 1 qCleanupResources_resources() [448]
-----------------------------------------------
0.00 0.00 1/1 CSignalHandler::CSignalHandler() [463]
[449] 0.0 0.00 0.00 1 CSignalBase::withSignalHandler(CSignalHandler*) [449]
0.00 0.00 1/1 CSignalUnix::CSignalUnix(CSignalHandler*) [452]
-----------------------------------------------
0.00 0.00 1/1 CSignalUnix::CSignalUnix(CSignalHandler*) [452]
[450] 0.0 0.00 0.00 1 CSignalBase::CSignalBase(CSignalHandler*) [450]
-----------------------------------------------
0.00 0.00 1/1 CSignalUnix::~CSignalUnix() [454]
[451] 0.0 0.00 0.00 1 CSignalBase::~CSignalBase() [451]
-----------------------------------------------
0.00 0.00 1/1 CSignalBase::withSignalHandler(CSignalHandler*) [449]
[452] 0.0 0.00 0.00 1 CSignalUnix::CSignalUnix(CSignalHandler*) [452]
0.00 0.00 4/8 CSignalUnix::setSignalHandled(int, bool) [398]
0.00 0.00 1/1 CSignalBase::CSignalBase(CSignalHandler*) [450]
-----------------------------------------------
0.00 0.00 1/1 CSignalHandler::~CSignalHandler() [464]
[453] 0.0 0.00 0.00 1 CSignalUnix::~CSignalUnix() [453]
0.00 0.00 1/1 CSignalUnix::~CSignalUnix() [454]
-----------------------------------------------
0.00 0.00 1/1 CSignalUnix::~CSignalUnix() [453]
[454] 0.0 0.00 0.00 1 CSignalUnix::~CSignalUnix() [454]
0.00 0.00 4/8 CSignalUnix::setSignalHandled(int, bool) [398]
0.00 0.00 1/1 CSignalBase::~CSignalBase() [451]
-----------------------------------------------
0.00 0.00 1/1 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [468]
[455] 0.0 0.00 0.00 1 NetworkUtil::GetLocalAddress() [455]
-----------------------------------------------
0.00 0.00 1/1 CServerLogging::AddServerStopped() [458]
[456] 0.0 0.00 0.00 1 AHistoryGraph::Add(QDateTime const&, AHistoryGraph::EHistoryItemType) [456]
-----------------------------------------------
0.00 0.00 1/1 CSvgHistoryGraph::CSvgHistoryGraph(int) [466]
[457] 0.0 0.00 0.00 1 AHistoryGraph::AHistoryGraph(int) [457]
0.00 0.00 1/1 std::vector<AHistoryGraph::SHistoryData, std::allocator<AHistoryGraph::SHistoryData> >::_M_default_append(unsigned int) [499]
0.00 0.00 1/1 CVector<AHistoryGraph::SHistoryData>::Init(int) [490]
-----------------------------------------------
0.00 0.00 1/1 CServer::Stop() [428]
[458] 0.0 0.00 0.00 1 CServerLogging::AddServerStopped() [458]
0.00 0.00 1/3 CServerLogging::CurTimeDatetoLogString() [420]
0.00 0.00 1/4 ConsoleWriterFactory::get() [407]
0.00 0.00 1/3 CServerLogging::operator<<(QString const&) [421]
0.00 0.00 1/1 AHistoryGraph::Add(QDateTime const&, AHistoryGraph::EHistoryItemType) [456]
0.00 0.00 1/1 CSvgHistoryGraph::Update() [465]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[459] 0.0 0.00 0.00 1 CServerLogging::Start(QString const&) [459]
-----------------------------------------------
0.00 0.00 1/1 CServer::~CServer() [1026]
[460] 0.0 0.00 0.00 1 CServerLogging::~CServerLogging() [460]
-----------------------------------------------
0.00 0.00 1/1 CSignalHandler::OnSocketNotify(int) [837]
[461] 0.0 0.00 0.00 1 CSignalHandler::emitSignal(int) [461]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[462] 0.0 0.00 0.00 1 CSignalHandler::getSingletonP() [462]
0.00 0.00 1/1 CSignalHandler::CSignalHandler() [463]
-----------------------------------------------
0.00 0.00 1/1 CSignalHandler::getSingletonP() [462]
[463] 0.0 0.00 0.00 1 CSignalHandler::CSignalHandler() [463]
0.00 0.00 1/1 CSignalBase::withSignalHandler(CSignalHandler*) [449]
-----------------------------------------------
0.00 0.00 1/1 (anonymous namespace)::Q_QGS_singleton::innerFunction()::Holder::~Holder() [1361]
[464] 0.0 0.00 0.00 1 CSignalHandler::~CSignalHandler() [464]
0.00 0.00 1/1 CSignalUnix::~CSignalUnix() [453]
-----------------------------------------------
0.00 0.00 1/1 CServerLogging::AddServerStopped() [458]
[465] 0.0 0.00 0.00 1 CSvgHistoryGraph::Update() [465]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[466] 0.0 0.00 0.00 1 CSvgHistoryGraph::CSvgHistoryGraph(int) [466]
0.00 0.00 1/1 AHistoryGraph::AHistoryGraph(int) [457]
-----------------------------------------------
0.00 0.00 1/1 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [468]
[467] 0.0 0.00 0.00 1 CServerListManager::SetCentralServerAddress(QString) [467]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[468] 0.0 0.00 0.00 1 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [468]
0.00 0.00 2/3 QList<CServerListEntry>::~QList() [422]
0.00 0.00 1/4 ConsoleWriterFactory::get() [407]
0.00 0.00 1/1 CServerListManager::SetCentralServerAddress(QString) [467]
0.00 0.00 1/1 NetworkUtil::GetLocalAddress() [455]
0.00 0.00 1/1 QList<CServerListEntry>::append(CServerListEntry const&) [473]
0.00 0.00 1/1 QList<QString>::~QList() [474]
-----------------------------------------------
0.00 0.00 1/1 CServer::Stop() [428]
[469] 0.0 0.00 0.00 1 CHighPrecisionTimer::Stop() [469]
-----------------------------------------------
0.00 0.00 1/1 CServer::Start() [1022]
[470] 0.0 0.00 0.00 1 CHighPrecisionTimer::Start() [470]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[471] 0.0 0.00 0.00 1 CHighPrecisionTimer::CHighPrecisionTimer(bool) [471]
-----------------------------------------------
0.00 0.00 1/1 QList<CServerListEntry>::append(CServerListEntry const&) [473]
[472] 0.0 0.00 0.00 1 QList<CServerListEntry>::detach_helper_grow(int, int) [472]
-----------------------------------------------
0.00 0.00 1/1 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [468]
[473] 0.0 0.00 0.00 1 QList<CServerListEntry>::append(CServerListEntry const&) [473]
0.00 0.00 1/1 QList<CServerListEntry>::detach_helper_grow(int, int) [472]
-----------------------------------------------
0.00 0.00 1/1 CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [468]
[474] 0.0 0.00 0.00 1 QList<QString>::~QList() [474]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[475] 0.0 0.00 0.00 1 CServer::SetWelcomeMessage(QString const&) [475]
0.00 0.00 1/40 QString::~QString() [385]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[476] 0.0 0.00 0.00 1 CServer::StartStatusHTMLFileWriting(QString const&, QString const&) [476]
-----------------------------------------------
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
[477] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<14u>() [477]
0.00 0.00 10/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 5/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 1/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<9u>() [484]
-----------------------------------------------
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
[478] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
0.00 0.00 20/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 10/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 5/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 4/15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
0.00 0.00 4/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [393]
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<14u>() [477]
-----------------------------------------------
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
[479] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
0.00 0.00 6/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 3/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 2/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 2/15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
0.00 0.00 2/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [393]
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<24u>() [478]
-----------------------------------------------
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
[480] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
0.00 0.00 18/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 9/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 2/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [393]
0.00 0.00 1/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 1/15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<27u>() [479]
-----------------------------------------------
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
[481] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
0.00 0.00 12/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 6/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 3/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [393]
0.00 0.00 2/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 2/15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<36u>() [480]
-----------------------------------------------
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<50u>() [483]
[482] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
0.00 0.00 10/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 5/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 3/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 3/15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
0.00 0.00 3/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [393]
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<42u>() [481]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[483] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<50u>() [483]
0.00 0.00 6/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 3/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 1/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 1/15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<47u>() [482]
-----------------------------------------------
0.00 0.00 1/1 void CServer::connectChannelSignalsToServerSlots<14u>() [477]
[484] 0.0 0.00 0.00 1 void CServer::connectChannelSignalsToServerSlots<9u>() [484]
0.00 0.00 18/100 QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [367]
0.00 0.00 9/50 QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [381]
0.00 0.00 3/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [393]
0.00 0.00 2/17 QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [392]
0.00 0.00 2/15 QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [396]
-----------------------------------------------
0.00 0.00 1/1 CServer::OnTimer() [4]
[485] 0.0 0.00 0.00 1 CServer::Stopped() [485]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[486] 0.0 0.00 0.00 1 CSocket::Init(unsigned short) [486]
0.00 0.00 1/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
-----------------------------------------------
0.00 0.00 1/1 CServer::~CServer() [1026]
[487] 0.0 0.00 0.00 1 CSocket::Close() [487]
-----------------------------------------------
0.00 0.00 1/1 CServer::~CServer() [1026]
[488] 0.0 0.00 0.00 1 CSocket::~CSocket() [488]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[489] 0.0 0.00 0.00 1 CVector<QString>::Init(int) [489]
-----------------------------------------------
0.00 0.00 1/1 AHistoryGraph::AHistoryGraph(int) [457]
[490] 0.0 0.00 0.00 1 CVector<AHistoryGraph::SHistoryData>::Init(int) [490]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[491] 0.0 0.00 0.00 1 recorder::CJamController::SetRecordingDir(QString, int) [491]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[492] 0.0 0.00 0.00 1 recorder::CJamController::CJamController() [492]
-----------------------------------------------
0.00 0.00 1/1 CProtocol::EvaluateChanPanMes(CVector<unsigned char> const&) [495]
[493] 0.0 0.00 0.00 1 CProtocol::ChangeChanPan(int, double) [493]
-----------------------------------------------
0.00 0.00 1/1 CServer::OnNewConnection(int, CHostAddress) [426]
[494] 0.0 0.00 0.00 1 CProtocol::CreateClientIDMes(int) [494]
0.00 0.00 2/1076 std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int) [342]
0.00 0.00 2/3549 CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [341]
0.00 0.00 2/30 CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&) [390]
-----------------------------------------------
0.00 0.00 1/1 CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int) [374]
[495] 0.0 0.00 0.00 1 CProtocol::EvaluateChanPanMes(CVector<unsigned char> const&) [495]
0.00 0.00 2/39511 CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int) [334]
0.00 0.00 1/1 CProtocol::ChangeChanPan(int, double) [493]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[496] 0.0 0.00 0.00 1 std::vector<EAudComprType, std::allocator<EAudComprType> >::_M_default_append(unsigned int) [496]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[497] 0.0 0.00 0.00 1 std::vector<CVector<unsigned char>, std::allocator<CVector<unsigned char> > >::_M_default_append(unsigned int) [497]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[498] 0.0 0.00 0.00 1 std::vector<QString, std::allocator<QString> >::_M_default_append(unsigned int) [498]
-----------------------------------------------
0.00 0.00 1/1 AHistoryGraph::AHistoryGraph(int) [457]
[499] 0.0 0.00 0.00 1 std::vector<AHistoryGraph::SHistoryData, std::allocator<AHistoryGraph::SHistoryData> >::_M_default_append(unsigned int) [499]
-----------------------------------------------
0.00 0.00 1/1 CServer::CServer(int, int, QString const&, unsigned short, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, bool, bool, bool, ELicenceType) [1024]
[500] 0.0 0.00 0.00 1 std::vector<unsigned short, std::allocator<unsigned short> >::_M_default_append(unsigned int) [500]
-----------------------------------------------
This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.
Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.
% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.
self This is the total amount of time spent in this function.
children This is the total amount of time propagated into this
function by its children.
called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.
name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.
For the function's parents, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the function into this parent.
children This is the amount of time that was propagated from
the function's children into this parent.
called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.
name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.
If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.
For the function's children, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the child into the function.
children This is the amount of time that was propagated from the
child's children to the function.
called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.
name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.
If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.
Copyright (C) 2012-2018 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Index by function name
[447] int qRegisterMetaType<CVector<short> >(char const*, CVector<short>*, QtPrivate::MetaTypeDefinedHelper<CVector<short>, QMetaTypeId2<CVector<short> >::Defined&&(!QMetaTypeId2<CVector<short> >::IsBuiltIn)>::DefinedType) [333] CServer::CreateLevelsForAllConChannels(int, CVector<int> const&, CVector<CVector<short> >, CVector<unsigned short>&) [334] CProtocol::GetValFromStream(CVector<unsigned char> const&, int&, int)
[448] qCleanupResources_resources() [477] void CServer::connectChannelSignalsToServerSlots<14u>() [374] CProtocol::ParseMessageBody(CVector<unsigned char> const&, int, int)
[449] CSignalBase::withSignalHandler(CSignalHandler*) [478] void CServer::connectChannelSignalsToServerSlots<24u>() [414] CProtocol::ChangeJittBufSize(int)
[450] CSignalBase::CSignalBase(CSignalHandler*) [479] void CServer::connectChannelSignalsToServerSlots<27u>() [494] CProtocol::CreateClientIDMes(int)
[451] CSignalBase::~CSignalBase() [480] void CServer::connectChannelSignalsToServerSlots<36u>() [362] CProtocol::EvaluateCLPingMes(CHostAddress const&, CVector<unsigned char> const&)
[398] CSignalUnix::setSignalHandled(int, bool) [481] void CServer::connectChannelSignalsToServerSlots<42u>() [415] CProtocol::EvaluateJitBufMes(CVector<unsigned char> const&)
[452] CSignalUnix::CSignalUnix(CSignalHandler*) [482] void CServer::connectChannelSignalsToServerSlots<47u>() [336] CProtocol::ParseMessageFrame(CVector<unsigned char> const&, int, CVector<unsigned char>&, int&, int&)
[453] CSignalUnix::~CSignalUnix() [483] void CServer::connectChannelSignalsToServerSlots<50u>() [434] CProtocol::CreateReqJitBufMes()
[454] CSignalUnix::~CSignalUnix() [484] void CServer::connectChannelSignalsToServerSlots<9u>() [495] CProtocol::EvaluateChanPanMes(CVector<unsigned char> const&)
[455] NetworkUtil::GetLocalAddress() [427] CServer::CreateAndSendChanListForAllConChannels() [435] CProtocol::ReqConnClientsList()
[33] CServerSlots<1u>::OnSendProtMessCh(CVector<unsigned char>) [428] CServer::Stop() [395] CProtocol::EvaluateChanGainMes(CVector<unsigned char> const&)
[34] CServerSlots<2u>::OnSendProtMessCh(CVector<unsigned char>) [4] CServer::OnTimer() [416] CProtocol::EvaluateChanInfoMes(CVector<unsigned char> const&)
[423] AHistoryGraph::Add(QDateTime const&, QHostAddress) [485] CServer::Stopped() [399] CProtocol::GetStringFromStream(CVector<unsigned char> const&, int&, int, QString&)
[456] AHistoryGraph::Add(QDateTime const&, AHistoryGraph::EHistoryItemType) [24] CSocket::SendPacket(CVector<unsigned char> const&, CHostAddress const&) [375] CProtocol::MessReadyForSending(CVector<unsigned char>)
[457] AHistoryGraph::AHistoryGraph(int) [429] CSocket::NewConnection(int, CHostAddress) [436] CProtocol::ReqChannelLevelList(bool)
[424] CServerLogging::AddNewConnection(QHostAddress const&) [1] CSocket::OnDataReceived() [390] CProtocol::CreateAndSendMessage(int, CVector<unsigned char> const&)
[458] CServerLogging::AddServerStopped() [370] CSocket::ProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [437] CProtocol::CreateReqChanInfoMes()
[420] CServerLogging::CurTimeDatetoLogString() [356] CSocket::ProtcolCLMessageReceived(int, CVector<unsigned char>, CHostAddress) [351] CProtocol::CLMessReadyForSending(CHostAddress, CVector<unsigned char>)
[459] CServerLogging::Start(QString const&) [486] CSocket::Init(unsigned short) [438] CProtocol::CreateVersionAndOSMes()
[460] CServerLogging::~CServerLogging() [487] CSocket::Close() [391] CProtocol::PutStringUTF8OnStream(CVector<unsigned char>&, int&, QByteArray const&)
[421] CServerLogging::operator<<(QString const&) [488] CSocket::~CSocket() [403] CProtocol::CreateConClientListMes(CVector<CChannelInfo> const&)
[461] CSignalHandler::emitSignal(int) [489] CVector<QString>::Init(int) [439] CProtocol::CreateRecorderStateMes(ERecorderState)
[462] CSignalHandler::getSingletonP() [490] CVector<AHistoryGraph::SHistoryData>::Init(int) [440] CProtocol::NetTranspPropsReceived(CNetworkTransportProps)
[463] CSignalHandler::CSignalHandler() [381] QMetaObject::Connection QObject::connect<void (CChannel::*)(CVector<unsigned char>), void (CServer::*)(CVector<unsigned char>)>(QtPrivate::FunctionPointer<void (CChannel::*)(CVector<unsigned char>)>::Object const*, void (CChannel::*)(CVector<unsigned char>), QtPrivate::FunctionPointer<void (CServer::*)(CVector<unsigned char>)>::Object const*, void (CServer::*)(CVector<unsigned char>), Qt::ConnectionType) [388] CProtocol::CreateAndImmSendAcknMess(int const&, int const&)
[464] CSignalHandler::~CSignalHandler() [392] QMetaObject::Connection QObject::connect<void (CChannel::*)(QString), void (CServer::*)(QString)>(QtPrivate::FunctionPointer<void (CChannel::*)(QString)>::Object const*, void (CChannel::*)(QString), QtPrivate::FunctionPointer<void (CServer::*)(QString)>::Object const*, void (CServer::*)(QString), Qt::ConnectionType) [404] CProtocol::EvaluateCLDisconnectionMes(CHostAddress const&)
[368] CNetBufWithStats::ResetInitCounter() [393] QMetaObject::Connection QObject::connect<void (CChannel::*)(int), void (CServer::*)(int)>(QtPrivate::FunctionPointer<void (CChannel::*)(int)>::Object const*, void (CChannel::*)(int), QtPrivate::FunctionPointer<void (CServer::*)(int)>::Object const*, void (CServer::*)(int), Qt::ConnectionType) [441] CProtocol::EvaluateNetwTranspPropsMes(CVector<unsigned char> const&)
[338] CNetBufWithStats::UpdateAutoSetting() [396] QMetaObject::Connection QObject::connect<void (CChannel::*)(int, bool), void (CServer::*)(int, bool)>(QtPrivate::FunctionPointer<void (CChannel::*)(int, bool)>::Object const*, void (CChannel::*)(int, bool), QtPrivate::FunctionPointer<void (CServer::*)(int, bool)>::Object const*, void (CServer::*)(int, bool), Qt::ConnectionType) [442] CProtocol::EvaluateReqConnClientsList()
[26] CNetBufWithStats::Get(CVector<unsigned char>&, int) [367] QMetaObject::Connection QObject::connect<void (CChannel::*)(), void (CServer::*)()>(QtPrivate::FunctionPointer<void (CChannel::*)()>::Object const*, void (CChannel::*)(), QtPrivate::FunctionPointer<void (CServer::*)()>::Object const*, void (CServer::*)(), Qt::ConnectionType) [363] CProtocol::CreateCLChannelLevelListMes(CHostAddress const&, CVector<unsigned short> const&, int)
[5] CNetBufWithStats::Put(CVector<unsigned char> const&, int) [385] QString::~QString() [443] CProtocol::CreateReqNetwTranspPropsMes()
[376] CNetBufWithStats::Init(int, int, bool) [408] CChannel::Disconnect() [350] CProtocol::CreateAndImmSendConLessMessage(int, CVector<unsigned char> const&, CHostAddress const&)
[380] CNetBufWithStats::CNetBufWithStats() [335] CChannel::GetAddress(CHostAddress&) [444] CProtocol::EvaluateReqChannelLevelListMes(CVector<unsigned char> const&)
[465] CSvgHistoryGraph::Update() [409] CChannel::SetChanInfo(CChannelCoreInfo const&) [358] CProtocol::ParseConnectionLessMessageBody(CVector<unsigned char> const&, int, CHostAddress const&)
[466] CSvgHistoryGraph::CSvgHistoryGraph(int) [430] CChannel::Disconnected() [378] CProtocol::Reset()
[467] CServerListManager::SetCentralServerAddress(QString) [6] CChannel::PutAudioData(CVector<unsigned char> const&, int, CHostAddress) [379] CProtocol::CProtocol()
[468] CServerListManager::CServerListManager(unsigned short, QString const&, QString const&, int, bool, CProtocol*) [371] CChannel::PutProtcolData(int, int, CVector<unsigned char> const&, CHostAddress const&) [417] QtPrivate::RefCount::ref()
[469] CHighPrecisionTimer::Stop() [410] CChannel::OnChangeChanInfo(CChannelCoreInfo) [400] std::vector<CChannelInfo, std::allocator<CChannelInfo> >::_M_default_append(unsigned int)
[470] CHighPrecisionTimer::Start() [372] CChannel::OnSendProtMessage(CVector<unsigned char>) [496] std::vector<EAudComprType, std::allocator<EAudComprType> >::_M_default_append(unsigned int)
[331] CHighPrecisionTimer::timeout() [28] CChannel::PrepAndSendPacket(CHighPrioSocket*, CVector<unsigned char> const&, int) [445] std::vector<CVector<double>, std::allocator<CVector<double> > >::_M_default_append(unsigned int)
[471] CHighPrecisionTimer::CHighPrecisionTimer(bool) [364] CChannel::ProtocolIsEnabled() [497] std::vector<CVector<unsigned char>, std::allocator<CVector<unsigned char> > >::_M_default_append(unsigned int)
[407] ConsoleWriterFactory::get() [431] CChannel::ChanInfoHasChanged() [446] std::vector<CVector<short>, std::allocator<CVector<short> > >::_M_default_append(unsigned int)
[355] CStereoSignalLevelMeter::UpdateCurLevel(double, double) [373] CChannel::MessReadyForSending(CVector<unsigned char>) [332] std::vector<CVector<short>, std::allocator<CVector<short> > >::~vector()
[352] CStereoSignalLevelMeter::CalcLogResultForMeter(double const&) [411] CChannel::MuteStateHasChanged(int, bool) [498] std::vector<QString, std::allocator<QString> >::_M_default_append(unsigned int)
[353] CStereoSignalLevelMeter::Update(CVector<short> const&, int, bool) [337] CChannel::SetSockBufNumFrames(int, bool) [499] std::vector<AHistoryGraph::SHistoryData, std::allocator<AHistoryGraph::SHistoryData> >::_M_default_append(unsigned int)
[343] CCRC::Reset() [339] CChannel::UpdateSocketBufferSize() [346] std::vector<char, std::allocator<char> >::_M_default_append(unsigned int)
[344] CCRC::GetCRC() [432] CChannel::OnNetTranspPropsReceived(CNetworkTransportProps) [365] std::vector<double, std::allocator<double> >::_M_default_append(unsigned int)
[340] CCRC::AddByte(unsigned char) [377] CChannel::ServerAutoSockBufSizeChange(int) [342] std::vector<unsigned char, std::allocator<unsigned char> >::_M_default_append(unsigned int)
[472] QList<CServerListEntry>::detach_helper_grow(int, int) [354] CChannel::UpdateAndGetLevelForMeterdB(CVector<short> const&, int, bool) [347] std::vector<unsigned char, std::allocator<unsigned char> >::vector(std::vector<unsigned char, std::allocator<unsigned char> > const&)
[473] QList<CServerListEntry>::append(CServerListEntry const&) [329] CChannel::GetPan(int) [418] std::vector<int, std::allocator<int> >::_M_default_append(unsigned int)
[422] QList<CServerListEntry>::~QList() [27] CChannel::GetData(CVector<unsigned char>&, int) [419] std::vector<int, std::allocator<int> >::resize(unsigned int)
[474] QList<QString>::~QList() [330] CChannel::GetGain(int) [387] std::vector<short, std::allocator<short> >::_M_default_append(unsigned int)
[328] CNetBuf::Get(CVector<unsigned char>&, int) [412] CChannel::GetName() [327] std::vector<short, std::allocator<short> >::vector(std::vector<short, std::allocator<short> > const&)
[23] CNetBuf::Put(CVector<unsigned char> const&, int) [386] CChannel::SetGain(int, double) [500] std::vector<unsigned short, std::allocator<unsigned short> >::_M_default_append(unsigned int)
[345] CNetBuf::Init(int, int, bool) [397] CChannel::SetEnable(bool) [366] std::__cxx11::_List_base<CProtocol::CSendMessage, std::allocator<CProtocol::CSendMessage> >::_M_clear()
[25] CServer::FindChannel(CHostAddress const&) [382] CChannel::CChannel(bool) [10] celt_encode_with_ec
[425] CServer::GetFreeChan() [383] CChannel::~CChannel() [7] clt_compute_allocation
[9] CServer::ProcessData(CVector<CVector<short> > const&, CVector<double> const&, CVector<double> const&, CVector<int> const&, CVector<short>&, int, int) [491] recorder::CJamController::SetRecordingDir(QString, int) [13] dynalloc_analysis
[2] CServer::PutAudioData(CVector<unsigned char> const&, int, CHostAddress const&, int&) [433] recorder::CJamController::GetRecorderState() [14] ec_dec_uint
[426] CServer::OnNewConnection(int, CHostAddress) [492] recorder::CJamController::CJamController() [15] ec_enc_done
[369] CServer::SendProtMessage(int, CVector<unsigned char>) [12] CMovingAv<char>::Add(char) [16] ec_tell_frac
[359] CServer::OnCLPingReceived(CHostAddress, int) [384] CProtocol::SendMessage() [17] encode_pulses
[401] CServer::CreateChannelList() [493] CProtocol::ChangeChanPan(int, double) [18] exp_rotation1
[35] CServer::OnCLDisconnection(CHostAddress) [360] CProtocol::CLPingReceived(CHostAddress, int) [19] interleave_hadamard
[475] CServer::SetWelcomeMessage(QString const&) [394] CProtocol::ChangeChanGain(int, double) [37] main
[349] CServer::OnSendCLProtMessage(CHostAddress, CVector<unsigned char>) [413] CProtocol::ChangeChanInfo(CChannelCoreInfo) [11] op_pvq_search_c
[405] CServer::WriteHTMLChannelList() [389] CProtocol::EnqueueMessage(CVector<unsigned char>&, int, int) [20] quant_all_bands
[30] CServer::OnProtcolMessageReceived(int, int, CVector<unsigned char>, CHostAddress) [341] CProtocol::PutValOnStream(CVector<unsigned char>&, int&, unsigned int, int) [21] quant_partition
[357] CServer::OnProtcolCLMessageReceived(int, CVector<unsigned char>, CHostAddress) [402] CProtocol::CLDisconnection(CHostAddress) [8] remove_doubling
[476] CServer::StartStatusHTMLFileWriting(QString const&, QString const&) [361] CProtocol::CreateCLPingMes(CHostAddress const&, int) [22] stereo_itheta
[406] CServer::GetNumberOfConnectedClients() [348] CProtocol::GenMessageFrame(CVector<unsigned char>&, int, int, CVector<unsigned char> const&)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment