souffle  2.0.2-371-g6315b36
Variables
souffle::profile::html Namespace Reference

Variables

std::string cssChartist
 
std::string cssStyle
 
std::string htmlBodyBottom
 
std::string htmlBodyTop
 
std::string htmlHeadBottom
 
std::string htmlHeadTop
 
std::string jsChartistPlugin
 
std::string jsMain
 
std::string jsTableSort
 
std::string jsUtil
 

Variable Documentation

◆ cssChartist

std::string souffle::profile::html::cssChartist

Definition at line 6 of file htmlCssChartist.h.

Referenced by souffle::profile::HtmlGenerator::getFirstHalf().

◆ cssStyle

std::string souffle::profile::html::cssStyle

Definition at line 8 of file htmlCssStyle.h.

Referenced by souffle::profile::HtmlGenerator::getFirstHalf().

◆ htmlBodyBottom

std::string souffle::profile::html::htmlBodyBottom
Initial value:
= R"___(
</body>
</html>
)___"

Definition at line 242 of file htmlMain.h.

Referenced by souffle::profile::HtmlGenerator::getSecondHalf().

◆ htmlBodyTop

std::string souffle::profile::html::htmlBodyTop

Definition at line 24 of file htmlMain.h.

Referenced by souffle::profile::HtmlGenerator::getFirstHalf().

◆ htmlHeadBottom

std::string souffle::profile::html::htmlHeadBottom
Initial value:
= R"___(
</head>
)___"

Definition at line 20 of file htmlMain.h.

Referenced by souffle::profile::HtmlGenerator::getFirstHalf().

◆ htmlHeadTop

std::string souffle::profile::html::htmlHeadTop
Initial value:
= R"___(
<!--
* Souffle - A Datalog Compiler
* Copyright (c) 2017, The Souffle Developers. All rights reserved
* Licensed under the Universal Permissive License v 1.0 as shown at:
* - https://opensource.org/licenses/UPL
* - <souffle root>/licenses/SOUFFLE-UPL.txt
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Souffle Profiler</title>
)___"

Definition at line 6 of file htmlMain.h.

Referenced by souffle::profile::HtmlGenerator::getFirstHalf().

◆ jsChartistPlugin

std::string souffle::profile::html::jsChartistPlugin

◆ jsMain

std::string souffle::profile::html::jsMain

Definition at line 14 of file htmlJsMain.h.

Referenced by souffle::profile::HtmlGenerator::getSecondHalf().

◆ jsTableSort

std::string souffle::profile::html::jsTableSort

Definition at line 6 of file htmlJsTableSort.h.

Referenced by souffle::profile::HtmlGenerator::getSecondHalf().

◆ jsUtil

std::string souffle::profile::html::jsUtil

Definition at line 6 of file htmlJsUtil.h.

Referenced by souffle::profile::HtmlGenerator::getSecondHalf().