Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4364 Rev 5043
Line 274... Line 274...
274
 */
274
 */
275
unsigned int wallclock(void)
275
unsigned int wallclock(void)
276
{
276
{
277
	struct timeval tv;
277
	struct timeval tv;
Line 278... Line 278...
278
 
278
 
Line 279... Line 279...
279
	LOG(("WALLCLOCK IS HERE"));
279
	/* LOG(("WALLCLOCK IS HERE")); */
280
	
280
	
Line 281... Line 281...
281
	if (gettimeofday(&tv, NULL) == -1)
281
	if (gettimeofday(&tv, NULL) == -1)
282
		{LOG(("And -1"));return 0;}
282
		{LOG(("And -1"));return 0;}
283
 
283
 
Line 284... Line 284...
284
    LOG(("And time"));
284
    /* LOG(("And time")); */