mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Notify about cleanup stage during import.
This commit is contained in:
parent
f7f0ec0cec
commit
ee83c89fae
@ -137,9 +137,12 @@ int main( int argc, char** argv )
|
|||||||
fprintf( stderr, "Cannot open output file!\n" );
|
fprintf( stderr, "Cannot open output file!\n" );
|
||||||
exit( 1 );
|
exit( 1 );
|
||||||
}
|
}
|
||||||
printf( "\33[2KSaving... \r" );
|
printf( "\33[2KSaving...\r" );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
worker.Write( *w );
|
worker.Write( *w );
|
||||||
|
|
||||||
|
printf( "\33[2KCleanup...\n" );
|
||||||
|
fflush( stdout );
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user