Calculate the duration of a set of calculations.
TimeSpan(time.start)
The start time determined using the base::Sys.time()
character string of the calculation duration
Using the time a set of calculations started, the duration of the calculations is returned.
NOTE: This is a non-public function.
Other utilities: ConservationSet
,
DetermineChainsOfInterest
,
ExtractFileTimeStamp
,
ExtractPDBids
, FileTimeStamp
,
HasXWaters
, Nearby
,
ProtHetWatIndices
,
RescaleValues
,
RetainChainsOfInterest
,
ReturnPDBfullPath
,
StandardizeAsparticAcidNames
,
StandardizeCysteineNames
,
StandardizeGlutamicAcidNames
,
StandardizeHistidineNames
,
StandardizeLysineNames
,
UniqueAtomHashes
,
aaStandardizeNames
,
getAtomTypeCounts
,
getResTypeCounts
, res2xyz
,
resAtomType2AtomClass
,
write.basic.pdb
,
write.conservedWaters.pdb
# NOT RUN {
# }
# NOT RUN {
time.start <- Sys.time() - 25 ## subtract 25 seconds from time.start
TimeSpan(time.start)
# [1] "00:00:25"
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab