| 430 | }; |
| 431 | |
| 432 | class ElapsedTime { |
| 433 | long bigBit; |
| 434 | long littleBit; |
| 435 | public: |
| 436 | ElapsedTime(); |
| 437 | double Duration(bool reset=false); |
| 438 | }; |
| 439 | |
| 440 | /** |
| 441 | * Dynamic Library (DLL/SO/...) loading |
nothing calls this directly
no outgoing calls
no test coverage detected