11 lines
182 B
Python
11 lines
182 B
Python
|
#!/usr/bin/python3
|
||
|
# -*- coding: UTF-8 -*-
|
||
|
|
||
|
"""
|
||
|
This file defines global configuration used by acrnalyze
|
||
|
"""
|
||
|
|
||
|
# TSC frequency in MHz
|
||
|
# Default TSC frequency of MRB
|
||
|
TSC_FREQ = 1881.6
|