DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦830fa849a⟧ TextFile

    Length: 119 (0x77)
    Types: TextFile
    Names: »utah.awk«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/utah/utah.awk« 

TextFile

{ r += $3
  u += $4
  s += $5 }
END { print "total time for utah in seconds :","  real:",r,"  user:",u,\
"  syst:",s }