You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env python
|
|
# -*- encoding: utf-8 -*-
|
|
'''
|
|
@Date:2022/08/26 14:39:54
|
|
'''
|
|
import sys
|
|
sys.path.append('.')
|
|
|
|
|
|
from timing.runtiming import TimingBase
|
|
|
|
|
|
timing_base = TimingBase()
|
|
timing_base.start()
|
|
# timing_base.timing_status= False
|
|
# timing_base.stop() |