Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
time_util.h File Reference
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/base/string_util.h"

Go to the source code of this file.

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Functions

bool net_instaweb::ConvertTimeToString (int64 time_ms, GoogleString *time_string)
 Converts time, in milliseconds, to a string. Returns false on failure.
 
bool net_instaweb::ConvertTimeToStringWithUs (int64 time_us, GoogleString *time_string)
 
bool net_instaweb::ConvertStringToTime (const StringPiece &time_string, int64 *time_ms)