feat: add performance monitor for iOS, including CLI hrp ios perf

This commit is contained in:
debugtalk
2022-12-16 16:08:50 +08:00
parent 1aa342eff1
commit 2c1f98b1ef
4 changed files with 94 additions and 4 deletions
+3 -2
View File
@@ -6,11 +6,12 @@ import (
"syscall"
"time"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/httprunner/httprunner/v4/hrp/internal/builtin"
"github.com/httprunner/httprunner/v4/hrp/internal/env"
"github.com/httprunner/httprunner/v4/hrp/pkg/uixt"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
)
var pcapCmd = &cobra.Command{