Function report |
Source Code:kernel\locking\locktorture.c |
Create Date:2022-07-28 09:54:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Print torture statistics
Proto:static void lock_torture_stats_print(void)
Type:void
Parameter:Nothing
723 | size = nrealwriters_stress * 200 + 8192 |
726 | If readlock Then size += nrealreaders_stress * 200 + 8192 |
729 | buf = Allocation memory |
730 | If Not buf Then |
740 | If readlock Then |
741 | buf = Allocation memory |
742 | If Not buf Then |
Name | Describe |
---|---|
lock_torture_stats | Periodically prints torture statistics, if periodic statistics printing* was specified via the stat_interval module parameter.* No need to worry about fullstop here, since this one doesn't reference* volatile state or register callbacks. |
lock_torture_cleanup | Forward reference. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |