verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
trapz has quit [Quit: trapz]
trapz has joined #mlpack
< JaraxussTong> hi, I use Timer::Start("xxx") in mlpack_test, what parameter should I pass to display time info ?
trapz has quit [Quit: trapz]
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 264 seconds]
vedhu63w has joined #mlpack
kshitijk has joined #mlpack
govg has quit [Quit: leaving]
kshitijk has quit [Ping timeout: 250 seconds]
kshitijk has joined #mlpack
dhfromkorea has joined #mlpack
kshitijk has quit [Remote host closed the connection]
dhfromkorea has quit [Client Quit]
curiousguy13 has joined #mlpack
witness has quit [Quit: Connection closed for inactivity]
witness has joined #mlpack
kshitijk has joined #mlpack
decltype_me has joined #mlpack
decltype_me has quit [Client Quit]
decltypeme has joined #mlpack
curiousguy13 has quit [Ping timeout: 240 seconds]
curiousguy13 has joined #mlpack
kshitijk has quit [Ping timeout: 252 seconds]
decltypeme has quit [Ping timeout: 264 seconds]
kshitijk has joined #mlpack
decltypeme has joined #mlpack
zoq has quit [Remote host closed the connection]
zoq has joined #mlpack
decltypeme has quit [Ping timeout: 244 seconds]
curiousguy13 has quit [Ping timeout: 244 seconds]
decltype_me has joined #mlpack
curiousguy13 has joined #mlpack
curiousguy13 has quit [Ping timeout: 252 seconds]
curiousguy13 has joined #mlpack
govg has joined #mlpack
witness has quit [Quit: Connection closed for inactivity]
kshitijk has quit [Ping timeout: 240 seconds]
< zoq> JaraxussTong: Unfortunately you can't just print the timer like you would do within a CLI. Perhaps the command is good enough:
< zoq> printf("%ld.%06d\n", Timer::Get("some_timer").tv_sec, Timer::Get("some_timer").tv_usec);
< naywhayare> cout << Timer::Get(...)?
< naywhayare> I guess you would have to specify the precision too...
< zoq> Timer::Get(...) returns the timeval structure.