forked from OpenSDV/Linux_Kernel_map4vehicle
*limits
This commit is contained in:
parent
10a2ca77da
commit
6758fc827a
|
@ -31,6 +31,8 @@ from pathlib import *
|
||||||
import pygraphviz # python3-pygraphviz
|
import pygraphviz # python3-pygraphviz
|
||||||
import unittest
|
import unittest
|
||||||
import types
|
import types
|
||||||
|
from xml.dom.minidom import parse
|
||||||
|
import xml.dom.minidom
|
||||||
|
|
||||||
default_root = 'starts'
|
default_root = 'starts'
|
||||||
black_list = ('aligned unlikely typeof u32 '
|
black_list = ('aligned unlikely typeof u32 '
|
||||||
|
@ -63,8 +65,8 @@ black_list = ('aligned unlikely typeof u32 '
|
||||||
).split()
|
).split()
|
||||||
|
|
||||||
|
|
||||||
level_limit = 8
|
level_limit = 20
|
||||||
limit = 100000
|
limit = 1000
|
||||||
n = 0
|
n = 0
|
||||||
cflow_structs = False
|
cflow_structs = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue