Mercurial > cgi-bin > hgwebdir.cgi > PR > PR_Implementations > PR__Univ > PR__includes > PR__include
comparison prhistogram.h @ 20:f3cb11baf791
Fully working longjmp, get_sched based. Also OS Portability work included.
Related library_proto-runtime commit: 45dc6d5afb2d
| author | Philipe Louchtch |
|---|---|
| date | Fri, 09 May 2014 11:19:53 +0200 |
| parents | c3829f630c2f |
| children |
comparison
equal
deleted
inserted
replaced
| 2:e56a2ddf618a | 3:1dd183476794 |
|---|---|
| 54 | 54 |
| 55 Histogram * | 55 Histogram * |
| 56 makeFixedBinHistExt( int32 numBins, int32 startOfRange, int32 binWidth, | 56 makeFixedBinHistExt( int32 numBins, int32 startOfRange, int32 binWidth, |
| 57 char *name ); | 57 char *name ); |
| 58 | 58 |
| 59 void inline | 59 __inline void |
| 60 addToHist( int32 value, Histogram *hist ); | 60 addToHist( int32 value, Histogram *hist ); |
| 61 | 61 |
| 62 void inline | 62 __inline void |
| 63 addIntervalToHist( uint32 startIntvl, uint32 endIntvl, Histogram *hist ); | 63 addIntervalToHist( uint32 startIntvl, uint32 endIntvl, Histogram *hist ); |
| 64 | 64 |
| 65 void inline | 65 __inline void |
| 66 subIntervalFromHist( int32 startIntvl, int32 endIntvl, Histogram *hist ); | 66 subIntervalFromHist( int32 startIntvl, int32 endIntvl, Histogram *hist ); |
| 67 | 67 |
| 68 void | 68 void |
| 69 saveHistToFile(Histogram *hist); | 69 saveHistToFile(Histogram *hist); |
| 70 | 70 |
