index
:
torque.git
main
Torque system agent
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
com
/
nsrddyn
/
tools
/
Measurable.scala
blob: 3d0234a0352aab45644c918f51960d0bd0548b6f (
plain
)
1
2
3
4
5
package com.nsrddyn.tools trait Measurable { def measure(): Long }