函数
def span_start(self, span_name)
函数功能
记录一个过程的开始节点。
输入说明
span_name:区间名字。
返回值说明
Profiler返回当前对象,支持链式调用。