Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8027913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T23:57:45+00:00 2026-06-04T23:57:45+00:00

I tried to profiling my program, which is a file downloader. I use 5

  • 0

I tried to profiling my program, which is a file downloader. I use 5 QNetworkRequest to enhance transfer speed, they all connect to the same readyRead() slot.

I use QMap to buffer those byte arrays.

When downloading speed reaches, e.g 5 MiB/s, I found CPU costs rises up significantly, nearly 100%, readyRead() was calling 30 times per seconds.

Is there any suggestion to this, e.g can I let QNetworkReply buffer its io device, reduce the amount of signals emitted?

UPDATA

I made some debug output in readyReady():
(reply here was casted from sender())

qDebug() << "Got: " << reply->readAll().length() << " bytes";

And about 30 output per seconds , each contains 1500 bytes

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T23:57:46+00:00Added an answer on June 4, 2026 at 11:57 pm

    I have one hint after quick look on your code. You’re using QByteArray::append member (downloadBuffers) which realocates internal buffer for appended data. If you’re able to predict how much data you will store in each download buffer then use QByteArray::reserve with exact amount of data. If you can’t you could simply reserve i.e. 1mb and reserve memory progresively 1mb each time your next append will exceed current QByteArray::capacity. You can for example reserve downbufferSize for each buffer. It’s a slight optimization, but should give you some time

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried to use Webgrind for profiling my application but when I click
I tried profiling the EIG function on MATLAB and NumPy to compare performance on
We tried gcc's profiling options on an Audio Unit that we compiled under gcc4.2/MacOS.
Tried to use what's here , but that doesn't solve things for me. I've
Tried following the instructions here: How to use Google app engine with my own
Tried this: $('.link').click(function(e) { $.getScript('http://www.google.com/uds/api?file=uds.js&amp;v=1.0', function() { $('body').append('<p>GOOGLE API (UDS) is loaded</p>'); }); return
I have a program that loads a file (anywhere from 10MB to 5GB) a
I've made a simple dummy server/dummy client program using IOCP for some testing/profiling purpose.
I have a method in my project which when placed into its own program
I'm writing a small program which will make a GET request to a server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.