Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.clock_t
-
Packages that use clock_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system.de.ibapl.jnhw.posix.sys Very thin and safe wrapper classes around common used headers on a POSIX system under thesyspath. -
-
Uses of clock_t in de.ibapl.jnhw.posix
Fields in de.ibapl.jnhw.posix with annotations of type clock_t Modifier and Type Field Description static intTime. CLOCKS_PER_SECPOSIX: A number used to convert the value returned by the clock() function into seconds.Methods in de.ibapl.jnhw.posix with annotations of type clock_t Modifier and Type Method Description static longTime. clock()POSIX: clock - report CPU time used. -
Uses of clock_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type clock_t Modifier and Type Class Description static classTypes.Clock_tMethods in de.ibapl.jnhw.posix.sys with annotations of type clock_t Modifier and Type Method Description longTypes.Clock_t. getValue()Method parameters in de.ibapl.jnhw.posix.sys with annotations of type clock_t Modifier and Type Method Description voidTypes.Clock_t. setValue(long value)
-