Skip to content

Commit

Permalink
monotonic_time: change to tsc_lfence from tsc
Browse files Browse the repository at this point in the history
Signed-off-by: yama <[email protected]>
  • Loading branch information
YanhuiMa committed Jul 11, 2023
1 parent 7d045fa commit 9b2683b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generic/tests/monotonic_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def _test(self, test_type=None, duration=300, threshold=None):
def test_Gtod(self):
self._test(test_type='gtod', threshold=0)

def test_Tsc(self):
self._test(test_type='tsc', threshold=0)
def test_Tsc_lfence(self):
self._test(test_type='tsc_lfence', threshold=0)

def test_Clock(self):
self._test(test_type='clock', threshold=0)
Expand Down

0 comments on commit 9b2683b

Please sign in to comment.