例如要获取每个sample的开始时间
long s_time = SimpleResult.getStartTime();
//long 转string
string stime= Sting.valueOf(s_time);