MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / timeString

Method timeString

ij/src/main/java/ij/plugin/AVI_Reader.java:1469–1471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1467 }
1468
1469 private String timeString() {
1470 return " (t="+(System.currentTimeMillis()-startTime)+" ms)";
1471 }
1472
1473 /** returns a string of a four-cc code corresponding to an int (Intel byte order) */
1474 private String fourccString(int fourcc) {

Callers 6

openAndReadHeaderMethod · 0.95
readAVIXMethod · 0.95
readAviHeaderMethod · 0.95
readAvi2IndexMethod · 0.95
readOldFrameIndexMethod · 0.95
readMovieDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected