Questions tagged [measure]

Measuring means to determine how big is a certain entity. In computing, it's often referred to calculating the size(s) of a screen.

Measuring means to determine how big is a certain entity. In computing, it's often referred to calculating the size(s) of a screen.

936 questions
-2
votes
1 answer

Measuring the exact run time in C

I have an assignment that asks me to measure the exact run time of a couple of programs. I am not sure how to do this, but I think it has something to do with time_start(); as I've seen this on the internet. What does time_start(); mean, and how…
C_Intermediate_Learner
  • 1,800
  • 3
  • 18
  • 22
-3
votes
2 answers

How would you measure the amount of bass in one audio sample?

I am a beginner in audio programming and was wondering how would you get the amount of bass in just one single audio sample. I was thinking it would be measured in db maybe but i don't know if there a unit that is actually for measuring bass. I have…
uguigui75
  • 13
  • 1
-4
votes
3 answers

c# Measure the time between the various functions

I want to measure the time between fucnctions+ get the total time I now that there is Stopwatch but what I know is that I can only get the time between start and stop with Elapsed , so on that way I can get the total time. How can I get the time…
csc3cc3
  • 11
  • 1
-4
votes
2 answers

How measure time between button clicks? C#

How can i measure time between click in the way that if the time between button clicks is lets say >=1000 ms (1 sec) something happends, eg. Msgbox pops out. private void button1_Click(object sender, EventArgs e) { Stopwatch sw = new…
Mayketi
  • 93
  • 11
-6
votes
2 answers

Measure the run time in pascal program

Please, I need to measure the search time in my pascal program in order to measure the performance efficient.. if there is any function or code to measure the search time? thanks
zenab
  • 159
  • 1
  • 3
  • 9
-7
votes
1 answer

Java measure units calculator

How can I change this code to make variable operation2 working in second switch function. When I do parseDouble it gets error bla bla parsedouble. It doesn't work even if I try to create global operation2. package matura; import…
Skillzone
  • 1
  • 3
1 2 3
62
63