mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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__ */
|
||||
|
||||
|
Reference in New Issue
Block a user