]> git.sesse.net Git - vlc/commit
* ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
authorSam Hocevar <sam@videolan.org>
Mon, 14 Oct 2002 16:34:17 +0000 (16:34 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 14 Oct 2002 16:34:17 +0000 (16:34 +0000)
commit112187ec4b5a28a49fca91d1f4fcf5dab8c0ad23
treeed8cf2f91807d393ddf116c50278c6f8734de63a
parent0bea9a73458145dfc91b22c17f14c87a53bdd538
  * ./modules/misc/testsuite/test4.c: added a stress test module; doesn't get
    compiled yet because it uses the "command" variables I'm about to check
    in. They need to be typed in the rc interface for instance (-I rc). This
    module has two available commands: "signal <int>" which sends the given
    signal to the vlc process, and "stress [<int>]" which performs a series of
    object creation/lookup/destruction, variable creation/setting/destruction
    and thread spawning/joining tests. The optional argument for stress is an
    integer between 1 and 200 (the bigger, the heavier the tests; it may hang
    your machine at around 150, be careful).
modules/misc/testsuite/Modules.am
modules/misc/testsuite/test4.c [new file with mode: 0644]