Variable metrics

PicInfo sample application v1.0 <2006-02-11>

VariableREADSWRITESRWFLOWS
PicBMP.BMPType2356
PicBMP.CoreHeader5165
PicBMP.InfoHeader6176
PicBMP.IsRLE0220
PicBMP.StoredFilename1010
PicGIF.FileOK3256
PicGIF.LogicalScreenDescriptor5165
PicGIF.MaxColors1121
PicGIF.Signature5165
PicGIF.StoredFilename1121
PicMain.ProgramTitle1121

Summary

Variable metricName Average MinMax Outliers Description
READS Reads from variable 2.7 0 6 - Number of read instructions from variable.
WRITES Writes to variable 1.3 0 3 - Number of write instructions to variable.
RW Reads and writes 4.0 1 7 - Number of reads and writes. A single instruction may count both as a read and as a write. RW=READS+WRITES
FLOWS Data flows 3.3 0 6 - Number of data flows into and out of a variable. FLOWS=READS*WRITES