(ptr)
| 5046 | } |
| 5047 | |
| 5048 | function _gettimeofday(ptr) { |
| 5049 | var now = Date.now(); |
| 5050 | HEAP32[((ptr)>>2)]=(now/1000)|0; // seconds |
| 5051 | HEAP32[(((ptr)+(4))>>2)]=((now % 1000)*1000)|0; // microseconds |
| 5052 | return 0; |
| 5053 | } |
| 5054 | |
| 5055 | |
| 5056 |
no outgoing calls
no test coverage detected
searching dependent graphs…