💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# C.104 StopwatchTask The StopwatchTask provides an easy way to measure execution time of phing tasks. Table C.137:聽Attributes NameTypeDescriptionDefaultRequired`name``String`Name of the timer.聽Yes`category``String`Set a category for the timer.聽No`action``String`Action could be one of start, stop or lapstartNo C.104.1 Example ``` <stopwatch name="test" /> <!-- some other task... --> <stopwatch name="test" action="lap" /> <!-- some other task... --> <stopwatch name="test" action="lap" /> <!-- some other task... --> <stopwatch name="test" action="lap" /> <!-- some other task... --> <stopwatch name="test" action="stop" /> ```