新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit ebb43f72 authored by gh lu's avatar gh lu

fix: add time judgement

--bug=0
parent 65138938
...@@ -153,7 +153,9 @@ func (t *TxDuration) addSysCallDuration(duration *SysCallDuration) { ...@@ -153,7 +153,9 @@ func (t *TxDuration) addSysCallDuration(duration *SysCallDuration) {
// EnterNextStep enter next duration tx step // EnterNextStep enter next duration tx step
func EnterNextStep(msg *protogo.DockerVMMessage, stepType protogo.StepType, log string) { func EnterNextStep(msg *protogo.DockerVMMessage, stepType protogo.StepType, log string) {
if len(msg.StepDurations) == 0 {
return
}
if stepType != protogo.StepType_RUNTIME_PREPARE_TX_REQUEST { if stepType != protogo.StepType_RUNTIME_PREPARE_TX_REQUEST {
endTxStep(msg) endTxStep(msg)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment