mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 14:18:29 +02:00
reformat wiith unix2dos & astyle
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1495 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 7dab3d9e3e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-05-26 (Thu, 26 May 2011)
This commit is contained in:
@@ -61,16 +61,16 @@
|
||||
|
||||
int main(int /*argc*/, char** /*argv*/)
|
||||
{
|
||||
time_t starttime, endtime;
|
||||
SIsectionsNIT nitset;
|
||||
time_t starttime, endtime;
|
||||
SIsectionsNIT nitset;
|
||||
|
||||
starttime=time(NULL);
|
||||
nitset.readSections();
|
||||
endtime=time(NULL);
|
||||
printf("Sections read: %d\n", nitset.size());
|
||||
printf("Time needed: %ds\n", (int)difftime(endtime, starttime));
|
||||
starttime=time(NULL);
|
||||
nitset.readSections();
|
||||
endtime=time(NULL);
|
||||
printf("Sections read: %d\n", nitset.size());
|
||||
printf("Time needed: %ds\n", (int)difftime(endtime, starttime));
|
||||
// for_each(nitset.begin(), nitset.end(), printSmallSectionHeader());
|
||||
// for_each(nitset.begin(), nitset.end(), printSIsection());
|
||||
for_each(nitset.begin(), nitset.end(), printSIsectionNIT());
|
||||
return 0;
|
||||
for_each(nitset.begin(), nitset.end(), printSIsectionNIT());
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user