eitd: move showProfiling to debug.cpp

Origin commit data
------------------
Branch: ni/coolstream
Commit: ba4a45b35e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-14 (Tue, 14 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-02-14 12:45:17 +04:00
parent 10251814d5
commit f2cfae4b0b
3 changed files with 19 additions and 15 deletions

View File

@@ -26,7 +26,9 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string>
extern bool sections_debug;
@@ -35,6 +37,7 @@ extern bool sections_debug;
#define xprintf(fmt, args...) do { printdate_ms(stderr); fprintf(stderr, fmt, ## args); } while (0)
void printdate_ms(FILE* f);
void showProfiling( std::string text );
#endif /* __sectionsd__debug_h__ */