Average and worst case execution time

From: Patri (sppatr0_at_engr.uky.edu)
Date: 02/14/04


Date: Sat, 14 Feb 2004 00:39:18 +0000 (UTC)

Hi!
  Iam very new to the field of Real Time & Embedded Sytems,
  I had to find the average execution time of a given C
  code using ticks() function.I am runing the code on Linux,
  during the execution of my code is there any way to set
  my process a top priority and ake other processes do not
  interfere during the execution of my code.

  Iam also analysing the worst case execution time of that code
  for which i need to have the cache miss penalty.Is there any command
  or process to know the cache miss peanlty of the sytem iam running on.

  I also would like to know what is the function and usage of
  sched_setscheduler();

  Thanking you in advance

  Regards
  Patri



Relevant Pages

  • Average and worst case execution time
    ... Iam very new to the field of Real Time & Embedded Sytems, ... I had to find the average execution time of a given C ... or process to know the cache miss peanlty of the sytem iam running on. ...
    (comp.os.linux.development.apps)
  • Re: Alternate to switch case statement
    ... This is the first time iam posting excuse me if iam making any ... alternative method present so that execution time and code size can be ... Your can then index into this array and thus call the corresponding ...
    (comp.lang.c)
  • Re: how to prove the superlinear happen?
    ... Then plot the execution time ... cache your program uses. ... support for the hypothesis that your speedup comes from cache effects. ... superlinearity effects from caches. ...
    (comp.parallel.mpi)
  • Re: a basic question about execution speed
    ... the same hardware resources), must the execution time of each run be ... code may result in less paging operations. ... may the data not fit within this cache. ...
    (comp.programming)